]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
SWIGged code update for wxGTK
[wxWidgets.git] / wxPython / demo / Main.py
index 525e0b13d2285714e4e16e79af9707b5302fc2ce..a3b065e521369e4d60fa276792636d3146bc1090 100644 (file)
@@ -36,6 +36,8 @@ _treeList = [
                                 'URLDragAndDrop',
                                 'wxMimeTypesManager',
                                 'wxPopupWindow',
+                                'wxDynamicSashWindow',
+                                'wxEditableListBox',
                                 ]),
 
     ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame',
@@ -45,6 +47,7 @@ _treeList = [
                  'wxHtmlWindow',
                  'wxStyledTextCtrl_1', 'wxStyledTextCtrl_2',
                  'wxPopupWindow',
+                 'wxDynamicSashWindow',
                  ]),
 
     ('Common Dialogs', ['wxColourDialog', 'wxDirDialog', 'wxFileDialog',
@@ -58,6 +61,7 @@ _treeList = [
                   'wxTreeCtrl', 'wxSpinButton', 'wxSpinCtrl', 'wxStaticText',
                   'wxStaticBitmap', 'wxRadioBox', 'wxSlider', 'wxToolBar',
                   'wxCalendarCtrl', 'wxToggleButton',
+                  'wxEditableListBox',
                   ]),
 
     ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']),
@@ -81,7 +85,10 @@ _treeList = [
                           'wxRightTextCtrl',
                           ]),
 
-    ('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']),
+    ('Cool Contribs', ['pyTree', 'hangman',
+                       #'SlashDot',
+                       'XMLtreeview'
+                       ]),
 
     ]