1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +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

@@ -24,6 +24,7 @@ changes since wmaker 0.62.1:
- WMListSelectionDidChangeNotification passes NULL as the notification
client data (previously passed the selected item row).
- WMRemoveListItem() returns an int : 1 success, 0 fail (previously was void).
- added WMUnselectListItem(), WMSelectAllListItems(), WMUnselectAllListItems()
changes since wmaker 0.62.0: