Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchField)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-11 06:19:27 +00:00
parent 16ba9ea815
commit 3f7f284d55
62 changed files with 23198 additions and 11630 deletions

View File

@@ -75,6 +75,7 @@ _treeList = [
'BitmapComboBox',
'I18N',
'Img2PyArtProvider',
'SearchCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -132,6 +133,7 @@ _treeList = [
'RadioButton',
'SashWindow',
'ScrolledWindow',
'SearchCtrl',
'Slider',
'SpinButton',
'SpinCtrl',