diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2015-04-02 17:19:33 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2015-04-02 17:19:33 +0000 |
| commit | d5a8755eadbed7667858866e968dead47e5bf8fb (patch) | |
| tree | ed47c718386760fdd8e93a9ba701adaf3802e915 /fluid/widget_panel.h | |
| parent | 552502d44afeb7214fefe0266bd9abe3d503f47e (diff) | |
Added comments to Fluid Widgets. The comment field is between the Additional Code and Callback field on the C++ Tab of the Widget Editor. Care was taken to correctly resize.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10659 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 11fece48d..49cd49192 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -91,8 +91,12 @@ extern void name_public_member_cb(Fl_Choice*, void*); extern void name_public_cb(Fl_Choice*, void*); extern void v_input_cb(Fl_Input*, void*); extern Fl_Input *v_input[4]; +#include <FL/Fl_Tile.H> +#include <FL/Fl_Text_Editor.H> +extern Fl_Text_Editor *wComment; #include "CodeEditor.h" extern void callback_cb(CodeEditor*, void*); +extern CodeEditor *wCallback; extern void user_data_cb(Fl_Input*, void*); extern Fl_Menu_Item whenmenu[]; extern void when_cb(Fl_Choice*, void*); |
