]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
added a few encoding convenience methods for pc-mac encoding and string handling...
[wxWidgets.git] / wxPython / demo / Main.py
index e1de6b0e692d68f1cece65d56bc91b963b8b9fa3..bd8dea1fcef973a9c8dc96735cacf0b4748b0c64 100644 (file)
@@ -23,6 +23,8 @@ import images
 
 _treeList = [
     ('New since last release', ['ContextHelp',
+                                'PyCrust',
+                                'VirtualListCtrl'
                                 ]),
 
     ('Managed Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame']),
@@ -58,10 +60,10 @@ _treeList = [
 
     ('wxPython Library', ['Layoutf', 'wxScrolledMessageDialog',
                           'wxMultipleChoiceDialog', 'wxPlotCanvas', 'wxFloatBar',
-                          'PyShell', 'wxCalendar', 'wxMVCTree', 'wxVTKRenderWindow',
+                          'wxCalendar', 'wxMVCTree', 'wxVTKRenderWindow',
                           'FileBrowseButton', 'GenericButtons', 'wxEditor',
-                          'PyShellWindow', 'ColourSelect', 'ImageBrowser',
-                          'infoframe', 'ColourDB',
+                          'ColourSelect', 'ImageBrowser',
+                          'infoframe', 'ColourDB', 'PyCrust',
                           ]),
 
     ('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']),