X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72797a7da3f02b1b71949d4ea8827529a2c8c7b1..c3ac8ee33d80d1f063e298a1d39b7446706439e9:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index f64b5e8e07..82b0a9b9f5 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -66,7 +66,6 @@ _treeList = [ # core controls ('Core Windows/Controls', [ - 'VirtualListCtrl', 'wxButton', 'wxCheckBox', 'wxCheckListBox', @@ -77,6 +76,7 @@ _treeList = [ 'wxGrid', 'wxListBox', 'wxListCtrl', + 'wxListCtrl_virtual', 'wxNotebook', 'wxPopupWindow', 'wxRadioBox',