]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/GenericButtons.py
Added a generic StaticBitmap class in wx.lib.statbmp for the same
authorRobin Dunn <robin@alldunn.com>
Fri, 14 May 2004 21:22:39 +0000 (21:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 14 May 2004 21:22:39 +0000 (21:22 +0000)
commit969d9b6fa963c0f14298e0ec8aa88b6d6292a6f8
tree404d2b31957c7df41cc746509af65d5bc7ad8bed
parent767ddddea5323451cf18fc6fdd149309eb57e6df
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
wxPython/demo/GenericButtons.py
wxPython/demo/StaticBitmap.py
wxPython/demo/StaticText.py
wxPython/docs/CHANGES.txt
wxPython/wx/lib/buttons.py
wxPython/wx/lib/statbmp.py [new file with mode: 0644]
wxPython/wx/lib/stattext.py