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:
Robin Dunn
2003-02-07 00:56:50 +00:00
parent a4c2ca659e
commit 16b5e0e8e1

View File

@@ -13,7 +13,12 @@ import sys
class TestNB(wxNotebook):
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
win = self.makeColorPanel(wxBLUE)