X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d19860fe80bf06f3737d4ca04173c96f2f3a3ea..80823340ab3da196d5225b7c7087f4b7a7dcc35e:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 75ec4672da..3f0e2d3236 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -24,12 +24,13 @@ import images _treeList = [ ('New since last release', ['ContextHelp', 'PyCrust', + 'PyCrustWithFilling', 'VirtualListCtrl', 'wxListCtrl', + 'TablePrint', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', - '', 'wxGrid', 'wxSashWindow', 'wxScrolledWindow', 'wxSplitterWindow', 'wxStatusBar', 'wxNotebook', @@ -64,7 +65,7 @@ _treeList = [ 'wxCalendar', 'wxMVCTree', 'wxVTKRenderWindow', 'FileBrowseButton', 'GenericButtons', 'wxEditor', 'ColourSelect', 'ImageBrowser', - 'infoframe', 'ColourDB', 'PyCrust', + 'infoframe', 'ColourDB', 'PyCrust', 'TablePrint', ]), ('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']), @@ -118,7 +119,7 @@ class wxPythonDemo(wxFrame): EVT_ERASE_BACKGROUND(splitter, EmptyHandler) EVT_ERASE_BACKGROUND(splitter2, EmptyHandler) - # Prevent TreeCtrl from displaying all items after destruction + # Prevent TreeCtrl from displaying all items after destruction when true self.dying = false # Make a File menu