X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b9a4190f70909de9568f45389e7aa3ecbc66b8a..8ccff7d2116057a0e79db28491a6c7fdf4051a58:/wxPython/demo/Main.py 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