summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-12-05 17:54:01 +0100
committerMatthias Melcher <github@matthiasm.com>2023-12-05 17:54:13 +0100
commit7a69c22bd71d3c191eb3598f1b4450907414a578 (patch)
treeceaf5300d10bcf1a3ee2d78d4d87ae67c94c02e3 /fluid/function_panel.h
parentcb0930190af7527e8dea2706d52ba7a4dab9aad6 (diff)
#856: FLUID: improved Declaration dialog
Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions.
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index ce9e1a03b..71a5d51d3 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -64,7 +64,8 @@ extern Fl_Menu_Item menu_declblock_public_choice[];
extern Fl_Double_Window *decl_panel;
extern Fl_Choice *decl_choice;
extern Fl_Choice *decl_class_choice;
-extern Fl_Input *decl_input;
+#include <FL/Fl_Tile.H>
+extern CodeEditor *decl_input;
extern Fl_Text_Editor *decl_comment_input;
extern Fl_Return_Button *decl_panel_ok;
extern Fl_Button *decl_panel_cancel;