Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-18 00:33:33 +00:00
parent 3b339f106c
commit 84dd1dd89e
4 changed files with 667 additions and 209 deletions

View File

@@ -71,6 +71,7 @@ _treeList = [
'GraphicsContext',
'CollapsiblePane',
'ComboCtrl',
'OwnerDrawnComboBox',
]),
# managed windows == things with a (optional) caption you can close
@@ -114,7 +115,6 @@ _treeList = [
'CheckListBox',
'Choice',
'ComboBox',
'ComboCtrl',
'Gauge',
'Grid',
'Grid_MegaExample',
@@ -200,6 +200,7 @@ _treeList = [
'MaskedNumCtrl',
'MediaCtrl',
'MultiSplitterWindow',
'OwnerDrawnComboBox',
'Pickers',
'PyCrust',
'PyPlot',