]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Mac doesn't like getting an icon if it's a bitmap
[wxWidgets.git] / wxPython / demo / Main.py
index 0318a73e406ab0b7c9590f20bbe8c3bc76cd5ac5..d0711e384f9a3206bd3a37cd5cead146872f94a3 100644 (file)
@@ -53,6 +53,7 @@ _treeList = [
         'MultiSplitterWindow',
         'Throbber',
         'GetMouseState',
+        'FloatCanvas',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -161,12 +162,11 @@ _treeList = [
         'HtmlWindow',
         'HyperLinkCtrl',
         'IntCtrl',
-        'MediaCtrl',
-        'MultiSplitterWindow',
         'MVCTree',   
         'MaskedEditControls',
         'MaskedNumCtrl',
-        'MimeTypesManager',
+        'MediaCtrl',
+        'MultiSplitterWindow',
         'PyCrust',
         'PyPlot',
         'PyShell',
@@ -233,7 +233,9 @@ _treeList = [
         'DrawXXXList',
         'FileHistory',
         'FontEnumerator',
+        'GLCanvas',
         'Joystick',
+        'MimeTypesManager',
         'MouseGestures',
         'OGL',
         'PrintFramework',
@@ -243,11 +245,6 @@ _treeList = [
         'Unicode',
         ]),
 
-    # need libs not coming with the demo
-    ('Samples using an external library', [
-        'GLCanvas',
-        ]),
-
 
     ('Check out the samples dir too', [
         ]),