tweaks for testing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,11 +13,11 @@ import images
|
|||||||
|
|
||||||
class TestNB(wx.Notebook):
|
class TestNB(wx.Notebook):
|
||||||
def __init__(self, parent, id, log):
|
def __init__(self, parent, id, log):
|
||||||
wx.Notebook.__init__(self, parent, id, style=
|
wx.Notebook.__init__(self, parent, id, size=(21,21), style=
|
||||||
#wxNB_TOP
|
#wx.NB_TOP # | wx.NB_MULTILINE
|
||||||
wx.NB_BOTTOM
|
wx.NB_BOTTOM
|
||||||
#wxNB_LEFT
|
#wx.NB_LEFT
|
||||||
#wxNB_RIGHT
|
#wx.NB_RIGHT
|
||||||
)
|
)
|
||||||
self.log = log
|
self.log = log
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user