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
This commit is contained in:
@@ -34,6 +34,13 @@ Deprecated the wx.iewin module.
|
||||
Deprecated the wx.Sizer.AddWindow, AddSizer, AddSpacer methods as well
|
||||
as their Insert* and Prepend* counterparts.
|
||||
|
||||
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. If you have custom controls of your own you
|
||||
should review stattxt.py or one of the others to see how it is to be
|
||||
done.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user