aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-02-06 12:16:28 -0300
committercorvid <corvid@lavabit.com>2009-02-06 12:16:28 -0300
commitae27fe4f9716901efc6b14854402b32708ab331f (patch)
tree65b9bbf31643fe91fa280b269d80cfc59d13663c /dw/fltkui.hh
parentca9b558f4444e7f3e8bde5f72d2ec138ab6cb0ed (diff)
Implemented size for SELECT lists
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 3d19fc63..77c8a7b0 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -538,10 +538,12 @@ protected:
private:
static void widgetCallback (::fltk::Widget *widget, void *data);
misc::SimpleVector <bool> itemsSelected;
-
+ int showRows;
+ ListResource::SelectionMode mode;
public:
FltkListResource (FltkPlatform *platform,
- core::ui::ListResource::SelectionMode selectionMode);
+ core::ui::ListResource::SelectionMode selectionMode,
+ int rows);
~FltkListResource ();
void addItem (const char *str, bool enabled, bool selected);