Files
wxWidgets/wxPython/demo
Robin Dunn f54a36bba8 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
2004-10-11 22:13:18 +00:00
..
2004-06-15 03:26:47 +00:00
2004-04-29 17:45:59 +00:00
2004-04-07 19:46:59 +00:00
2004-03-28 18:05:58 +00:00
2002-05-27 21:22:37 +00:00
2004-08-02 22:09:39 +00:00
2004-09-18 23:51:14 +00:00
2004-03-10 04:04:52 +00:00
2000-07-15 19:51:35 +00:00
2004-09-09 18:53:07 +00:00
2004-08-26 03:03:16 +00:00
2004-10-07 19:28:57 +00:00
2004-09-01 19:24:42 +00:00
2004-08-10 01:36:45 +00:00
2004-09-18 23:51:14 +00:00
2004-08-10 01:36:45 +00:00
2004-09-02 00:33:59 +00:00
2004-08-10 01:36:45 +00:00
2000-07-15 19:51:35 +00:00
2004-06-14 19:10:20 +00:00
2004-08-02 22:01:02 +00:00
2004-08-10 01:36:45 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2004-08-25 16:58:38 +00:00
2004-05-28 05:03:12 +00:00
2004-06-14 19:10:20 +00:00
2004-06-14 19:10:20 +00:00
2004-09-01 23:26:51 +00:00
2004-08-10 01:22:22 +00:00
2004-08-10 01:36:45 +00:00
2003-12-24 02:36:30 +00:00
2004-03-28 17:02:16 +00:00
2004-07-17 22:57:33 +00:00
2004-05-07 01:51:14 +00:00
2004-09-28 16:46:43 +00:00

To run the main demo in this directory, execute demo.py.  In other
words, one of the following commands should do it:

       demo.py
       python demo.py
       pythonw demo.py