X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84dd1dd89e9f02edaaf9d61b3932c7feb3cd8898..72fdc4585e28cb7ad84d6bc48292b4bd233d5846:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 6c26412b89..5a3d473373 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -72,6 +72,7 @@ _treeList = [ 'CollapsiblePane', 'ComboCtrl', 'OwnerDrawnComboBox', + 'BitmapComboBox', ]), # managed windows == things with a (optional) caption you can close @@ -176,7 +177,7 @@ _treeList = [ 'ActiveX_FlashWindow', 'ActiveX_IEHtmlWindow', 'ActiveX_PDFWindow', - #'RightTextCtrl', deprecated as we have wxTE_RIGHT now. + 'BitmapComboBox', 'Calendar', 'CalendarCtrl', 'CheckListCtrlMixin',