1
0
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:
dan
2000-09-29 02:12:40 +00:00
parent 539fb32795
commit aee58cbd36
3 changed files with 89 additions and 85 deletions

View File

@@ -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);