wx.App
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5c75d209da
commit
7cc2d290b4
@ -266,7 +266,7 @@ overview = """\
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
def _test():
|
||||
class MyApp(wxApp):
|
||||
class MyApp(wx.App):
|
||||
def OnInit(self):
|
||||
frame = wx.Frame(None, -1, "GL Demos", wx.DefaultPosition, (600,300))
|
||||
#win = ConeCanvas(frame)
|
||||
|
Loading…
Reference in New Issue
Block a user