Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++

wxFoldPanelBar classes to Python.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-30 22:58:23 +00:00
parent d3397f6a15
commit 42f5333f80
4 changed files with 2789 additions and 4 deletions

View File

@@ -47,10 +47,7 @@ import images
_treeList = [
# new stuff
('Recent Additions/Updates', [
'StandardPaths',
'MediaCtrl',
'DatePickerCtrl',
'MouseGestures',
'FoldPanelBar',
]),
# managed windows == things with a (optional) caption you can close
@@ -154,6 +151,7 @@ _treeList = [
'FileBrowseButton',
'FloatBar',
'FloatCanvas',
'FoldPanelBar',
'HtmlWindow',
'IntCtrl',
'MediaCtrl',