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

added scrolled notifcation to scroller

added GetVisibleRect function to scrollview
This commit is contained in:
kojima
2000-10-11 16:21:50 +00:00
parent bdaacb6daa
commit 275a2a3782
5 changed files with 35 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ changes since wmaker 0.62.1:
subdirectories
- removed WMArrayBag and reorganized WMTreeBag to be WMBag.
- added WMArray class.
- added WMSetWindowUserPosition().
- added WMSetWindowUserPosition()
- added WMGetListSelectedItems()
- added WMSetListAllowMultipleSelection(), WMListAllowsMultipleSelection().
- added WMSetListAllowEmptySelection(), WMListAllowsEmptySelection().
@@ -40,6 +40,8 @@ changes since wmaker 0.62.1:
- Added WMGetBrowserPaths() to retrieve the paths for browsers that allow
multiple selections.
- WMDestroyWidget() now calls WMUnmapWidget() first
- added WMScrollerDidScrollNotification to scroller
- added WMGetScrollViewVisibleRect()
changes since wmaker 0.62.0: