]> git.saurik.com Git - wxWidgets.git/commit
MaskedEdit patch from Will Sadkin:
authorRobin Dunn <robin@alldunn.com>
Sat, 10 Jun 2006 22:13:54 +0000 (22:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 10 Jun 2006 22:13:54 +0000 (22:13 +0000)
commit35d8bffe0132c6456678045a8ada4ca104bbc6f2
tree7258fa8d58e72cb317324dd202cb885f5e9cb553
parentfce161de8adea84b608dd8b19afb72c5493a7969
MaskedEdit patch from Will Sadkin:
 - Added handling for WXK_DELETE and WXK_INSERT, such that shift-delete
   cuts, shift-insert pastes, and ctrl-insert copies.
 - Fixed masked.numctrl to allow space for a group char, as this format is
   apparently used in several world locales.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/MaskedNumCtrl.py
wxPython/wx/lib/masked/maskededit.py
wxPython/wx/lib/masked/numctrl.py