AUI updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@ class TestPanel(wx.Panel):
|
||||
self.log = log
|
||||
wx.Panel.__init__(self, parent, -1)
|
||||
|
||||
self.nb = wx.aui.AuiMultiNotebook(self)
|
||||
self.nb = wx.aui.AuiNotebook(self)
|
||||
page = wx.TextCtrl(self.nb, -1, text, style=wx.TE_MULTILINE)
|
||||
self.nb.AddPage(page, "Welcome")
|
||||
|
||||
|
Reference in New Issue
Block a user