From 9acee8b367668cac92ccb280b33a02c523377f6c Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 19 May 2011 18:15:16 +0000 Subject: forms listResource item selection --- dw/fltkui.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkui.hh') 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 itemsSelected; int showRows; -- cgit v1.2.3