]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridSimple.py
added wxRTTI macros to stream classes (patch 1687073)
[wxWidgets.git] / wxPython / demo / GridSimple.py
index 0748d09f7e16b2929eb8ade1ac869032d51376e6..26a19c59e491e5ad8c9643f556dc70882fcfd369 100644 (file)
@@ -242,7 +242,8 @@ class TestFrame(wx.Frame):
 
 if __name__ == '__main__':
     import sys
-    app = wx.PySimpleApp()
+    from wx.lib.mixins.inspection import InspectableApp
+    app = InspectableApp(False)
     frame = TestFrame(None, sys.stdout)
     frame.Show(True)
     #import wx.py