diff options
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 016d846d3..9e152077b 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -1,5 +1,7 @@ // generated by Fast Light User Interface Designer (fluid) version 1.00 +#ifndef function_panel_h +#define function_panel_h #include <FL/Fl.H> #include <FL/Fl_Box.H> #include <FL/Fl_Button.H> @@ -14,29 +16,54 @@ extern Fl_Input *f_return_type_input; extern Fl_Return_Button *f_panel_ok; extern Fl_Button *f_panel_cancel; Fl_Window* make_function_panel(); +extern Fl_Window *function_panel; +extern Fl_Light_Button *f_public_button; +extern Fl_Input *f_name_input; +extern Fl_Input *f_return_type_input; +extern Fl_Return_Button *f_panel_ok; +extern Fl_Button *f_panel_cancel; extern Fl_Window *code_panel; extern Fl_Input *code_input; extern Fl_Return_Button *code_panel_ok; extern Fl_Button *code_panel_cancel; Fl_Window* make_code_panel(); +extern Fl_Window *code_panel; +extern Fl_Input *code_input; +extern Fl_Return_Button *code_panel_ok; +extern Fl_Button *code_panel_cancel; extern Fl_Window *codeblock_panel; extern Fl_Input *code_before_input; extern Fl_Input *code_after_input; extern Fl_Return_Button *codeblock_panel_ok; extern Fl_Button *codeblock_panel_cancel; Fl_Window* make_codeblock_panel(); +extern Fl_Window *codeblock_panel; +extern Fl_Input *code_before_input; +extern Fl_Input *code_after_input; +extern Fl_Return_Button *codeblock_panel_ok; +extern Fl_Button *codeblock_panel_cancel; extern Fl_Window *declblock_panel; extern Fl_Input *decl_before_input; extern Fl_Input *decl_after_input; extern Fl_Return_Button *declblock_panel_ok; extern Fl_Button *declblock_panel_cancel; Fl_Window* make_declblock_panel(); +extern Fl_Window *declblock_panel; +extern Fl_Input *decl_before_input; +extern Fl_Input *decl_after_input; +extern Fl_Return_Button *declblock_panel_ok; +extern Fl_Button *declblock_panel_cancel; extern Fl_Window *decl_panel; extern Fl_Light_Button *decl_public_button; extern Fl_Input *decl_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; Fl_Window* make_decl_panel(); +extern Fl_Window *decl_panel; +extern Fl_Light_Button *decl_public_button; +extern Fl_Input *decl_input; +extern Fl_Return_Button *decl_panel_ok; +extern Fl_Button *decl_panel_cancel; extern Fl_Window *class_panel; extern Fl_Light_Button *c_public_button; extern Fl_Input *c_name_input; @@ -44,3 +71,10 @@ extern Fl_Input *c_subclass_input; extern Fl_Return_Button *c_panel_ok; extern Fl_Button *c_panel_cancel; Fl_Window* make_class_panel(); +extern Fl_Window *class_panel; +extern Fl_Light_Button *c_public_button; +extern Fl_Input *c_name_input; +extern Fl_Input *c_subclass_input; +extern Fl_Return_Button *c_panel_ok; +extern Fl_Button *c_panel_cancel; +#endif |
