diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-12-05 17:54:01 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-12-05 17:54:13 +0100 |
| commit | 7a69c22bd71d3c191eb3598f1b4450907414a578 (patch) | |
| tree | ceaf5300d10bcf1a3ee2d78d4d87ae67c94c02e3 /fluid/function_panel.h | |
| parent | cb0930190af7527e8dea2706d52ba7a4dab9aad6 (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.h | 3 |
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; |
