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:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user