Added CheckListCtrlMixin from Bruce Who

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-15 23:22:53 +00:00
parent caeac82e4d
commit 23a023642c
3 changed files with 251 additions and 1 deletions

View File

@@ -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',