From 312e759124098da0d6e2223698d39cb21bf9d5ae Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 1 Aug 2013 15:58:46 +1000 Subject: Add GWIN List multi-select support --- include/gwin/list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gwin') diff --git a/include/gwin/list.h b/include/gwin/list.h index 99f5f532..fa4c43c5 100644 --- a/include/gwin/list.h +++ b/include/gwin/list.h @@ -79,12 +79,13 @@ extern "C" { * * @param[in] widget The GListObject structure to initialize. If this is NULL, the structure is dynamically allocated. * @param[in] pInit The initialization parameters to use + * @param[in] multiselect If TRUE the list is multi-select instead of single-select. * * @return NULL if there is no resulting drawing area, otherwise a window handle. * * @api */ -GHandle gwinListCreate(GListObject *widget, GWidgetInit *pInit); +GHandle gwinListCreate(GListObject *widget, GWidgetInit *pInit, bool_t multiselect); /** * @brief Add an item to the list -- cgit v1.2.3