MaskedEdit updates from Will Sadkin:
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Oct 2004 22:13:18 +0000 (22:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Oct 2004 22:13:18 +0000 (22:13 +0000)
commitf54a36bba8b0923ddae107ab7affdb3696b4edba
tree81ce457ac23eefb4fb8b7f9ec7c9fe4c653767cd
parent84f85550e5e9f026d8518244cc47227e3e428a0f
MaskedEdit updates from Will Sadkin:
    - Added '*' mask char that means "all ansii chars" (ords 32-255)
    - Added proper unicode support to masked controls and wx.tools.dbg
    - Fixed two reported missing import bugs introduced by package
      creation
    - Converted masked package doc strings to reST format for better
      epydoc support
    - lots of doc string improvements and function hiding to better
      reflect package's public contents.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/MaskedNumCtrl.py
wxPython/demo/TimeCtrl.py
wxPython/docs/CHANGES.txt
wxPython/wx/lib/masked/combobox.py
wxPython/wx/lib/masked/ctrl.py
wxPython/wx/lib/masked/ipaddrctrl.py
wxPython/wx/lib/masked/maskededit.py
wxPython/wx/lib/masked/numctrl.py
wxPython/wx/lib/masked/textctrl.py
wxPython/wx/lib/masked/timectrl.py
wxPython/wx/tools/dbg.py