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