summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-08-25 15:17:16 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-08-25 15:17:16 +0000
commit011e5c498a1f3f197d503bf5ce806e836d667f08 (patch)
tree7d48dd1b47908f4bf3d4ddc095c683a31a7ca44f /fluid/function_panel.h
parent8de0a3c4453c50ae193c0603c7e57516a8157905 (diff)
Added new functionality to Fluid: the 'binary data' type can now include text files as well as binary files into the source code. There is an additional check box in the dialog. Terminology is now "inlined data" instead of "binary data". Texts were modified to reflect the changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index c706a197c..55ad091f9 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -76,6 +76,8 @@ extern Fl_Menu_Item menu_decl_class_choice[];
extern Fl_Double_Window *data_panel;
extern Fl_Choice *data_choice;
extern Fl_Choice *data_class_choice;
+#include <FL/Fl_Check_Button.H>
+extern Fl_Check_Button *data_mode;
extern Fl_Input *data_input;
extern Fl_Input *data_filename;
extern Fl_Button *data_filebrowser;