diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-01-18 11:28:47 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-01-18 11:28:47 +0000 |
| commit | 504ba253d4d4fa021f0e67afbf093629c733ed86 (patch) | |
| tree | fc127941a74b751d0a593201c7c35149b6413096 /fluid/Fl_Type.h | |
| parent | 01af5901b024dbf6db543feea3ac2a783089ce3b (diff) | |
Fixed Scroll crash in Fluid Live Mode (STR #1524)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 21ee85f5b..f5a18d831 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -441,6 +441,7 @@ public: virtual const char *type_name() {return scroll_type_name;} Fl_Widget_Type *_make() {return new Fl_Scroll_Type();} int pixmapID() { return 19; } + Fl_Widget *enter_live_mode(int top=0); void copy_properties(); }; |
