Added the wx.combo module, which contains the ComboCtrl and ComboPopup

classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-16 23:38:29 +00:00
parent 41fa9bfc46
commit 84bc0d49e4
12 changed files with 27841 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ _treeList = [
'AlphaDrawing',
'GraphicsContext',
'CollapsiblePane',
'ComboCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -113,6 +114,7 @@ _treeList = [
'CheckListBox',
'Choice',
'ComboBox',
'ComboCtrl',
'Gauge',
'Grid',
'Grid_MegaExample',
@@ -179,6 +181,7 @@ _treeList = [
'CalendarCtrl',
'CheckListCtrlMixin',
'CollapsiblePane',
'ComboCtrl',
'ContextHelp',
'DatePickerCtrl',
'DynamicSashWindow',