]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Updated the description of wx.PopupTransientWindow
[wxWidgets.git] / wxPython / demo / Main.py
index ef214a2a53e77f885adeed3a520dfce673e86d11..d7c11064b9547a0503a6a789a477e25ca8ad1407 100644 (file)
@@ -23,13 +23,6 @@ import images
 ##print os.getpid(); raw_input("Press a key...")
 
 
-# Use Python's bool constants if available, make aliases if not
-try:
-    True
-except NameError:
-    __builtins__.True = 1==1
-    __builtins__.False = 1==0
-
 #---------------------------------------------------------------------------
 
 
@@ -150,6 +143,7 @@ _treeList = [
         'wxIntCtrl',
         'wxMimeTypesManager',
         'wxMaskedNumCtrl',
+        'wxScrolledPanel',
         'wxStyledTextCtrl_1',
         'wxStyledTextCtrl_2',
         'wxTimeCtrl',