Make all samples in the demo have a panel in the demo notebook. For

those that are frames or dialogs then the panel just has a button that
launches it.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-08-10 01:21:16 +00:00
parent ebd09fe97c
commit 34a544a635
26 changed files with 715 additions and 341 deletions

View File

@@ -14,11 +14,11 @@ import images
class TestNB(wx.Notebook):
def __init__(self, parent, id, log):
wx.Notebook.__init__(self, parent, id, size=(21,21), style=
#wx.NB_TOP # | wx.NB_MULTILINE
wx.NB_BOTTOM
#wx.NB_LEFT
#wx.NB_RIGHT
)
#wx.NB_TOP # | wx.NB_MULTILINE
#wx.NB_BOTTOM
#wx.NB_LEFT
#wx.NB_RIGHT
)
self.log = log
win = self.makeColorPanel(wx.BLUE)