Added wxLog and friends to wxPython
Various odds and ends git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,8 +32,7 @@ class MyParentFrame(wxMDIParentFrame):
|
||||
def OnNewWindow(self, evt):
|
||||
self.winCount = self.winCount + 1
|
||||
win = wxMDIChildFrame(self, -1, "Child Window: %d" % self.winCount)
|
||||
cs = win.GetClientSize()
|
||||
canvas = MyCanvas(win, size=cs)
|
||||
canvas = MyCanvas(win)
|
||||
win.Show(true)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user