X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e44b5196a6323a441e49673b4eb7ca9704e6b1b3..0bee2fce884c75e37b2cadc076362f07c5f5779d:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index be0cd0a4f9..d2570166e7 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -50,6 +50,7 @@ _treeList = [ 'StockButtons', 'Ticker', 'Choicebook', + 'ListCtrl_edit', ]), # managed windows == things with a (optional) caption you can close @@ -98,6 +99,7 @@ _treeList = [ 'ListBox', 'ListCtrl', 'ListCtrl_virtual', + 'ListCtrl_edit', 'Listbook', 'Menu', 'Notebook',