Clean up comments a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# A very simple wxPython example. Just a wxFrame, wxPanel,
|
# A very simple wxPython example. Just a wx.Frame, wx.Panel,
|
||||||
# wxStaticText, wxButton, and a wxBoxSizer, but it shows the basic
|
# wx.StaticText, wx.Button, and a wx.BoxSizer, but it shows the basic
|
||||||
# structure of any wxPython application.
|
# structure of any wxPython application.
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ class MyApp(wx.App):
|
|||||||
frame = MyFrame(None, "Simple wxPython App")
|
frame = MyFrame(None, "Simple wxPython App")
|
||||||
self.SetTopWindow(frame)
|
self.SetTopWindow(frame)
|
||||||
|
|
||||||
print "This is where print statements go."
|
print "Print statements go to this stdout window by default."
|
||||||
|
|
||||||
frame.Show(True)
|
frame.Show(True)
|
||||||
return True
|
return True
|
||||||
|
Reference in New Issue
Block a user