diff options
author | corvid <corvid@lavabit.com> | 2011-05-19 18:15:16 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-19 18:15:16 +0000 |
commit | 9acee8b367668cac92ccb280b33a02c523377f6c (patch) | |
tree | 79d4965a32ffefbb80bb2c2699a3935269249b78 /dw/fltkui.hh | |
parent | c73820831ebc3e131b589554bc9558bcc693aa35 (diff) |
forms listResource item selection
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 7b9d6d71..074a6166 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -490,7 +490,7 @@ protected: private: static void widgetCallback (Fl_Widget *widget, void *data); - void *newItem (const char *str, bool enabled); + void *newItem (const char *str, bool enabled, bool selected); void *currParent; lout::misc::SimpleVector <bool> itemsSelected; int showRows; |