Added wxPython wrappers for the new wx.Treebook and wx.Toolbook
classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -14,11 +14,11 @@ colourList = [ "Aquamarine", "Black", "Blue", "Blue Violet", "Brown", "Cadet Blu
 | 
			
		||||
class TestLB(wx.Listbook):
 | 
			
		||||
    def __init__(self, parent, id, log):
 | 
			
		||||
        wx.Listbook.__init__(self, parent, id, style=
 | 
			
		||||
                            wx.LB_DEFAULT
 | 
			
		||||
                            #wxLB_TOP
 | 
			
		||||
                            #wxLB_BOTTOM
 | 
			
		||||
                            #wxLB_LEFT
 | 
			
		||||
                            #wxLB_RIGHT
 | 
			
		||||
                            wx.BK_DEFAULT
 | 
			
		||||
                            #wx.BK_TOP
 | 
			
		||||
                            #wx.BK_BOTTOM
 | 
			
		||||
                            #wx.BK_LEFT
 | 
			
		||||
                            #wx.BK_RIGHT
 | 
			
		||||
                            )
 | 
			
		||||
        self.log = log
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user