aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index 46bb5c39..29448384 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -505,15 +505,13 @@ class FltkListResource:
protected:
Fl_Widget *createNewWidget (core::Allocation *allocation);
void setWidgetStyle (Fl_Widget *widget, core::style::Style *style);
-
- int getNumberOfItems () {return itemsSelected.size();};
+ int getNumberOfItems();
int getMaxItemWidth ();
-
private:
static void widgetCallback (Fl_Widget *widget, void *data);
void *newItem (const char *str, bool enabled, bool selected);
- void *currParent;
- lout::misc::SimpleVector <bool> itemsSelected;
+ int currDepth;
+ int colWidths[4];
int showRows;
ListResource::SelectionMode mode;
public: