2005-03-10 00:26:53 +03:00
|
|
|
// generated by Fast Light User Interface Designer (fluid) version 1.0107
|
1998-10-06 22:21:25 +04:00
|
|
|
|
1999-01-27 00:59:41 +03:00
|
|
|
#ifndef function_panel_h
|
|
|
|
#define function_panel_h
|
1998-10-06 22:21:25 +04:00
|
|
|
#include <FL/Fl.H>
|
|
|
|
#include <FL/Fl_Window.H>
|
|
|
|
extern Fl_Window *function_panel;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Light_Button.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Light_Button *f_public_button;
|
1999-08-05 13:01:25 +04:00
|
|
|
extern Fl_Light_Button *f_c_button;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Input.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Input *f_name_input;
|
|
|
|
extern Fl_Input *f_return_type_input;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Return_Button.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Return_Button *f_panel_ok;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Button.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Button *f_panel_cancel;
|
1998-10-22 02:00:10 +04:00
|
|
|
Fl_Window* make_function_panel();
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Window *code_panel;
|
2002-11-03 03:01:21 +03:00
|
|
|
#include <FL/Fl_Group.H>
|
|
|
|
#include <FL/Fl_Text_Editor.H>
|
|
|
|
extern Fl_Text_Editor *code_input;
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Return_Button *code_panel_ok;
|
|
|
|
extern Fl_Button *code_panel_cancel;
|
1998-10-22 02:00:10 +04:00
|
|
|
Fl_Window* make_code_panel();
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Window *codeblock_panel;
|
|
|
|
extern Fl_Input *code_before_input;
|
1999-08-05 12:01:40 +04:00
|
|
|
#include <FL/Fl_Box.H>
|
1998-10-06 22:21:25 +04:00
|
|
|
extern Fl_Input *code_after_input;
|
|
|
|
extern Fl_Return_Button *codeblock_panel_ok;
|
|
|
|
extern Fl_Button *codeblock_panel_cancel;
|
1998-10-22 02:00:10 +04:00
|
|
|
Fl_Window* make_codeblock_panel();
|
1998-10-06 22:21:25 +04:00
|
|
|
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;
|
2004-03-11 08:17:12 +03:00
|
|
|
extern Fl_Light_Button *declblock_public_button;
|
1998-10-22 02:00:10 +04:00
|
|
|
Fl_Window* make_declblock_panel();
|
1998-10-06 22:21:25 +04:00
|
|
|
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;
|
1998-10-22 02:00:10 +04:00
|
|
|
Fl_Window* make_decl_panel();
|
1998-10-06 22:21:25 +04:00
|
|
|
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;
|
|
|
|
Fl_Window* make_class_panel();
|
2005-03-10 00:26:53 +03:00
|
|
|
extern Fl_Window *comment_panel;
|
|
|
|
extern Fl_Text_Editor *comment_input;
|
|
|
|
extern Fl_Return_Button *comment_panel_ok;
|
|
|
|
extern Fl_Button *comment_panel_cancel;
|
|
|
|
extern Fl_Light_Button *comment_in_source;
|
|
|
|
extern Fl_Light_Button *comment_in_header;
|
|
|
|
#include <FL/Fl_Menu_Button.H>
|
|
|
|
extern Fl_Menu_Button *comment_predefined;
|
|
|
|
extern Fl_Button *comment_load;
|
|
|
|
Fl_Window* make_comment_panel();
|
2002-10-31 21:49:05 +03:00
|
|
|
void type_make_cb(Fl_Widget*w,void*d);
|
2004-03-11 08:17:12 +03:00
|
|
|
extern Fl_Window *widgetbin_panel;
|
2002-10-31 21:49:05 +03:00
|
|
|
extern void type_make_cb(Fl_Button*, void*);
|
2004-03-11 08:17:12 +03:00
|
|
|
Fl_Window* make_widgetbin();
|
1999-01-27 00:59:41 +03:00
|
|
|
#endif
|