projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More cleanup. Regenerated wxGTK code.
[wxWidgets.git]
/
wxPython
/
demo
/
GenericButtons.py
diff --git
a/wxPython/demo/GenericButtons.py
b/wxPython/demo/GenericButtons.py
index 876542eae8374f9ec2401714fd0bbc3a8f5e121f..ccdf0ef34af4ab775fb1c1ba4662fa3fbb3f564d 100644
(file)
--- a/
wxPython/demo/GenericButtons.py
+++ b/
wxPython/demo/GenericButtons.py
@@
-32,6
+32,7
@@
class TestPanel(wxPanel):
b.SetBackgroundColour(wxNamedColour("Navy"))
b.SetForegroundColour(wxWHITE)
#b.SetUseFocusIndicator(false)
b.SetBackgroundColour(wxNamedColour("Navy"))
b.SetForegroundColour(wxWHITE)
#b.SetUseFocusIndicator(false)
+ b.SetToolTipString("This is a BIG button...")
bmp = wxBitmap('bitmaps/test2.bmp', wxBITMAP_TYPE_BMP)
b = wxGenBitmapButton(self, -1, bmp, (10, 130))
bmp = wxBitmap('bitmaps/test2.bmp', wxBITMAP_TYPE_BMP)
b = wxGenBitmapButton(self, -1, bmp, (10, 130))