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/Fl_Type.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/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 43feeb225..0b90cb63b 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -119,6 +119,7 @@ public: virtual void write_code2(); // code and .h after children void write_comment_h(const char *ind=""); // write the commentary text into the header file void write_comment_c(const char *ind=""); // write the commentary text into the source file + void write_comment_inline_c(const char *ind=0L); // write the commentary text // live mode virtual Fl_Widget *enter_live_mode(int top=0); // build wdgets needed for live mode @@ -788,6 +789,7 @@ public: }; // object list operations: Fl_Widget *make_widget_browser(int X,int Y,int W,int H); +void redraw_widget_browser(Fl_Type*); extern int modflag; void delete_all(int selected_only=0); void selection_changed(Fl_Type* new_current); |
