X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9a4190f70909de9568f45389e7aa3ecbc66b8a..01b18927f5d2ebde31f0e096283cb993a3cbdfcd:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 990650541e..e353972a2d 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -19,6 +19,15 @@ import wx.html import images ##wx.Trap() +##raw_input("Press a key...") + + +# Use Python's bool constants if available, make aliases if not +try: + True +except NameError: + True = 1==1 + False = 1==0 #--------------------------------------------------------------------------- @@ -30,6 +39,7 @@ _treeList = [ 'wxListbook', 'wxMaskedNumCtrl', 'FloatCanvas', + 'wxXmlResourceSubclass', ]), # managed windows == things with a (optional) caption you can close @@ -151,6 +161,7 @@ _treeList = [ 'wxScrolledPanel', 'wxXmlResource', 'wxXmlResourceHandler', + 'wxXmlResourceSubclass', ]), # ditto