demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,7 +13,12 @@ import sys
|
|||||||
|
|
||||||
class TestNB(wxNotebook):
|
class TestNB(wxNotebook):
|
||||||
def __init__(self, parent, id, log):
|
def __init__(self, parent, id, log):
|
||||||
wxNotebook.__init__(self, parent, id, style=wxNB_BOTTOM)
|
wxNotebook.__init__(self, parent, id, style=
|
||||||
|
#0
|
||||||
|
wxNB_BOTTOM
|
||||||
|
#wxNB_LEFT
|
||||||
|
#wxNB_RIGHT
|
||||||
|
)
|
||||||
self.log = log
|
self.log = log
|
||||||
|
|
||||||
win = self.makeColorPanel(wxBLUE)
|
win = self.makeColorPanel(wxBLUE)
|
||||||
|
Reference in New Issue
Block a user