Added masked edit controls (wxPython.lib.maskededit) by Jeff Childers

and Will Sadkin.  Updated wxTimeCtrl to use MaskedEdit.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-23 21:25:23 +00:00
parent 376b7bd99e
commit 5dc5e70e20
6 changed files with 6499 additions and 767 deletions

View File

@@ -31,6 +31,7 @@ _treeList = [
'NewNamespace',
'PopupMenu',
'AnalogClockWindow',
'MaskedEditControls',
]),
# managed windows == things with a (optional) caption you can close
@@ -111,6 +112,7 @@ _treeList = [
'FancyText',
'FileBrowseButton',
'GenericButtons',
'MaskedEditControls',
'PyShell',
'PyCrust',
'SplitTree',