Fiddling with the resize a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -93,7 +93,7 @@ class RunDemoApp(wx.App):
|
|||||||
frect = frame.otherWin.GetRect()
|
frect = frame.otherWin.GetRect()
|
||||||
p = wx.Panel(frame, -1)
|
p = wx.Panel(frame, -1)
|
||||||
b = wx.Button(p, -1, " Exit ", (10,10))
|
b = wx.Button(p, -1, " Exit ", (10,10))
|
||||||
frame.SetSize((200, 100))
|
wx.CallAfter(frame.SetClientSize, (200, 100))
|
||||||
frame.Bind(wx.EVT_BUTTON, self.OnButton, b)
|
frame.Bind(wx.EVT_BUTTON, self.OnButton, b)
|
||||||
else:
|
else:
|
||||||
# It was probably a dialog or something that is already
|
# It was probably a dialog or something that is already
|
||||||
|
Reference in New Issue
Block a user