Files
wxWidgets/wxPython/demo
Robin Dunn 969d9b6fa9 Added a generic StaticBitmap class in wx.lib.statbmp for the same
reasons that stattext was created, so it could be mouse sensitive on
all platforms like normal windows.  Also updated stattext.py and
buttons.py to handle attribute (font & colour) defaults and
inheritance the new way.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-14 21:22:39 +00:00
..
2001-12-07 04:32:43 +00:00
2003-08-14 03:58:15 +00:00
2004-02-04 23:37:35 +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-03-10 04:04:52 +00:00
2000-07-15 19:51:35 +00:00
2004-05-07 01:51:14 +00:00
2003-12-24 02:36:30 +00:00
2004-05-07 01:51:14 +00:00
2004-04-07 19:48:18 +00:00
2000-07-15 19:51:35 +00:00
2004-04-29 17:45:59 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2004-04-07 22:45:45 +00:00
2004-05-07 22:18:37 +00:00
2004-03-10 04:04:52 +00:00
2003-12-24 02:36:30 +00:00
2004-03-28 17:02:16 +00:00
2004-05-07 01:51:14 +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