Files
wxWidgets/wxPython/demo
Robin Dunn e6874ccf25 Patch from Will Sadkin
##  Version 1.3
##   1. Made it possible to configure grouping, decimal and shift-decimal characters,
##      to make controls more usable internationally.
##   2. Added code to smart "adjust" value strings presented to .SetValue()
##      for right-aligned numeric format controls if they are shorter than
##      than the control width,  prepending the missing portion, prepending control
##      template left substring for the missing characters, so that setting
##      numeric values is easier.
##   3. Renamed SetMaskParameters SetCtrlParameters() (with old name preserved
##      for b-c), as this makes more sense.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-25 18:33:13 +00:00
..
2002-05-05 04:17:27 +00:00
2003-04-01 01:50:41 +00:00
2001-12-07 04:32:43 +00:00
2003-01-29 02:54:27 +00:00
2002-05-27 21:22:37 +00:00
2001-10-21 03:44:47 +00:00
2000-07-15 19:51:35 +00:00
2003-05-16 18:29:32 +00:00
2003-05-16 18:29:32 +00:00
2003-06-25 18:33:13 +00:00
2001-10-30 06:43:54 +00:00
2000-07-15 19:51:35 +00:00
2003-05-07 00:55:07 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2003-03-19 03:42:34 +00:00
2003-05-16 17:47:09 +00:00
2000-07-15 19:51:35 +00:00
2003-01-01 05:17:22 +00:00
2003-06-06 20:04:50 +00:00
2002-06-05 16:45:04 +00:00
2003-06-06 20:04:50 +00:00
2003-03-05 23:17:44 +00:00
2003-06-04 00:54:35 +00:00
2003-05-30 00:22:27 +00:00
2003-05-01 17:55:15 +00:00
2003-06-04 00:54:35 +00:00
2003-03-11 19:43:44 +00:00
2003-05-16 18:29:32 +00:00
2003-04-08 22:58:03 +00:00
2003-06-11 21:18:19 +00:00
2003-06-04 00:54:35 +00:00
2003-06-13 01:08:44 +00:00
2003-04-08 22:58:03 +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