X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40c4c5a3b5c15508cd0765682d351620a3c5fe5c..7ba3ed2cbdf7bcd2668b0a6740b71fbaecefcddc:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 1a716a049c..82b0a9b9f5 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -30,6 +30,7 @@ _treeList = [ 'wxFileHistory', 'wxGenericDirCtrl', 'wxImageFromStream', + 'wxArtProvider', ]), # managed windows == things with a caption you can close @@ -65,7 +66,6 @@ _treeList = [ # core controls ('Core Windows/Controls', [ - 'VirtualListCtrl', 'wxButton', 'wxCheckBox', 'wxCheckListBox', @@ -76,6 +76,7 @@ _treeList = [ 'wxGrid', 'wxListBox', 'wxListCtrl', + 'wxListCtrl_virtual', 'wxNotebook', 'wxPopupWindow', 'wxRadioBox', @@ -154,6 +155,7 @@ _treeList = [ 'wxImage', 'wxImageFromStream', 'wxMask', + 'wxArtProvider', ]), # Other stuff