Updates to wxMaskedEditCtrl.

Added wxMaskedNumCtrl.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-25 18:29:40 +00:00
parent 3adf0c5b2b
commit f0e615b6ab
8 changed files with 4836 additions and 795 deletions

View File

@@ -25,14 +25,7 @@ import images
_treeList = [
# new stuff
('Recent Additions', [
'wxScrolledPanel',
'ShapedWindow',
'NewNamespace',
'PopupMenu',
'AnalogClockWindow',
'MaskedEditControls',
'wxTreeListCtrl',
'wxGrid_MegaExample',
'wxMaskedNumCtrl',
]),
# managed windows == things with a (optional) caption you can close
@@ -132,6 +125,7 @@ _treeList = [
'wxIntCtrl',
'wxLEDNumberCtrl',
'wxMimeTypesManager',
'wxMaskedNumCtrl',
'wxMultiSash',
'wxPopupControl',
'wxStyledTextCtrl_1',