X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9b24f070c67c61d11a0032054e0a229d876f38d..077309e1a38c65d7d236f06b4d54e67ffcf897bf:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index e9beb449ad..05b92777aa 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -32,6 +32,8 @@ _treeList = [ 'wxImageFromStream', 'wxArtProvider', 'ScrolledPanel', + 'wxMenu', + 'wxIEHtmlWin', ]), # managed windows == things with a caption you can close @@ -78,6 +80,7 @@ _treeList = [ 'wxListBox', 'wxListCtrl', 'wxListCtrl_virtual', + 'wxMenu', 'wxNotebook', 'wxPopupWindow', 'wxRadioBox', @@ -115,6 +118,7 @@ _treeList = [ 'wxEditor', 'wxFloatBar', 'wxHtmlWindow', + 'wxIEHtmlWin', 'wxLEDNumberCtrl', 'wxMimeTypesManager', 'wxMVCTree',