Added wrappers for the Picker controls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-07 02:26:41 +00:00
parent 06f23ff937
commit d211a853c5
6 changed files with 518 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ _treeList = [
'RichTextCtrl',
'Treebook',
'Toolbook',
'Pickers',
]),
# managed windows == things with a (optional) caption you can close
@@ -171,6 +172,7 @@ _treeList = [
'MaskedNumCtrl',
'MediaCtrl',
'MultiSplitterWindow',
'Pickers',
'PyCrust',
'PyPlot',
'PyShell',