X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a067618812c70e89c1c7b96d5055d5325f5f0000..2f79f2912d1dc16880f56744662309fb46f55dec:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 19ee3de034..b4cc0ab37e 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -47,6 +47,8 @@ import images _treeList = [ # new stuff ('Recent Additions/Updates', [ + 'AnalogClock', + 'CheckListCtrlMixin', 'Treebook', 'Toolbook', ]), @@ -129,7 +131,7 @@ _treeList = [ ]), ('Custom Controls', [ - 'AnalogClockWindow', + 'AnalogClock', 'ColourSelect', 'Editor', 'GenericButtons', @@ -149,6 +151,7 @@ _treeList = [ #'RightTextCtrl', deprecated as we have wxTE_RIGHT now. 'Calendar', 'CalendarCtrl', + 'CheckListCtrlMixin', 'ContextHelp', 'DatePickerCtrl', 'DynamicSashWindow',