diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-09-17 22:43:15 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-09-17 22:43:15 +0000 |
| commit | c232e9822d348eec68593ba6753b98ae9f85dfdb (patch) | |
| tree | a4d55f0fd5437ed796031ed0e7979be2282202f3 /fluid/function_panel.h | |
| parent | d71cd6ec73a11b84899ac9cd342bce3a7d9d2966 (diff) | |
This is a stab at supporting Doxygen comments from withing Fluid. Just double click on a function, class, or declaration and you will be able to add a comment. Comments welcome.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 3171288f6..52d353d00 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -46,6 +46,8 @@ extern Fl_Input *f_return_type_input; extern Fl_Return_Button *f_panel_ok; #include <FL/Fl_Button.H> extern Fl_Button *f_panel_cancel; +#include <FL/Fl_Text_Editor.H> +extern Fl_Text_Editor *f_comment_input; Fl_Double_Window* make_function_panel(); extern Fl_Menu_Item menu_f_public_member_choice[]; extern Fl_Menu_Item menu_f_public_choice[]; @@ -76,6 +78,7 @@ extern Fl_Choice *decl_class_choice; extern Fl_Input *decl_input; extern Fl_Return_Button *decl_panel_ok; extern Fl_Button *decl_panel_cancel; +extern Fl_Text_Editor *decl_comment_input; Fl_Double_Window* make_decl_panel(); extern Fl_Menu_Item menu_decl_choice[]; extern Fl_Menu_Item menu_decl_class_choice[]; @@ -83,6 +86,7 @@ extern Fl_Double_Window *class_panel; extern Fl_Light_Button *c_public_button; extern Fl_Input *c_name_input; extern Fl_Input *c_subclass_input; +extern Fl_Text_Editor *c_comment_input; extern Fl_Return_Button *c_panel_ok; extern Fl_Button *c_panel_cancel; Fl_Double_Window* make_class_panel(); |
