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,8 +14,7 @@ pageTexts = [ "Yet",
 | 
			
		||||
 | 
			
		||||
class TestCB(wx.Choicebook):
 | 
			
		||||
    def __init__(self, parent, id, log):
 | 
			
		||||
        wx.Choicebook.__init__(self, parent, id
 | 
			
		||||
                            )
 | 
			
		||||
        wx.Choicebook.__init__(self, parent, id)
 | 
			
		||||
        self.log = log
 | 
			
		||||
 | 
			
		||||
        # Now make a bunch of panels for the choice book
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user