From 6ce6ea48b6a5980e3d286a6759a29aaf3327a635 Mon Sep 17 00:00:00 2001 From: corvid Date: Sat, 29 Jan 2011 06:24:08 +0000 Subject: push/pop for List --- dw/fltkui.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dw/fltkui.hh') 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 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); -- cgit v1.2.3