mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-20 00:35:53 +01:00
WMList compiles now, single selection seems to be ok (as it used to be) but
multiple selection is not yet complete.
This commit is contained in:
@@ -1086,6 +1086,12 @@ int WMRemoveListItem(WMList *lPtr, int row);
|
||||
|
||||
void WMSelectListItem(WMList *lPtr, int row);
|
||||
|
||||
void WMUnselectListItem(WMList *lPtr, int row);
|
||||
|
||||
void WMSelectAllListItems(WMList *lPtr);
|
||||
|
||||
void WMUnselectAllListItems(WMList *lPtr);
|
||||
|
||||
void WMSetListUserDrawProc(WMList *lPtr, WMListDrawProc *proc);
|
||||
|
||||
void WMSetListUserDrawItemHeight(WMList *lPtr, unsigned short height);
|
||||
|
||||
Reference in New Issue
Block a user