Added wx.lib.dragscroller from Riaan Booysen.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-06 04:18:36 +00:00
parent 6a9e44d55c
commit f77c79d049
4 changed files with 140 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ _treeList = [
'Toolbook',
'BitmapFromBuffer',
'RawBitmapAccess',
'DragScroller',
]),
# managed windows == things with a (optional) caption you can close
@@ -248,6 +249,7 @@ _treeList = [
('Miscellaneous', [
'ColourDB',
##'DialogUnits', # needs more explanations
'DragScroller',
'DrawXXXList',
'FileHistory',
'FontEnumerator',