1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

Code to allow multiple selection in WMBrowser

This commit is contained in:
dan
2000-10-03 20:52:15 +00:00
parent b24b51b514
commit ed39c92de0
3 changed files with 74 additions and 7 deletions

View File

@@ -36,6 +36,9 @@ changes since wmaker 0.62.1:
counterparts, except it should scroll by page_size/3 instead of one full page
- added WMSetBrowserAllowMultipleSelection(), WMSetBrowserAllowEmptySelection()
WMBrowserAllowsMultipleSelection() and WMBrowserAllowsEmptySelection()
- WMBrowser now allows multiple selections.
- Added WMGetBrowserPaths() to retrieve the paths for browsers that allow
multiple selections.
changes since wmaker 0.62.0: