From 011e5c498a1f3f197d503bf5ce806e836d667f08 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 25 Aug 2018 15:17:16 +0000 Subject: 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 --- fluid/function_panel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/function_panel.h') 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 +extern Fl_Check_Button *data_mode; extern Fl_Input *data_input; extern Fl_Input *data_filename; extern Fl_Button *data_filebrowser; -- cgit v1.2.3