diff options
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index cc5f5bc0..741db2ab 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -514,6 +514,8 @@ protected: private: static void widgetCallback (Fl_Widget *widget, void *data); + void *newItem (const char *str, bool enabled); + void *currParent; lout::misc::SimpleVector <bool> itemsSelected; int showRows; ListResource::SelectionMode mode; @@ -524,8 +526,8 @@ public: ~FltkListResource (); void addItem (const char *str, bool enabled, bool selected); - void pushGroup (const char *name, bool enabled) {}; - void popGroup () {}; + void pushGroup (const char *name, bool enabled); + void popGroup (); void sizeRequest (core::Requisition *requisition); bool isSelected (int index); |