aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-01-29 06:24:08 +0000
committercorvid <corvid@lavabit.com>2011-01-29 06:24:08 +0000
commit6ce6ea48b6a5980e3d286a6759a29aaf3327a635 (patch)
treeaede7b1139e052866d565347fc1160b0b7dbe616 /dw/fltkui.hh
parent6ff4ba2afed396681731303ed6d929579a913c27 (diff)
push/pop for List
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh6
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);