X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..50f7d0a393723626be82b55785d76716004c510e:/wxPython/demo/GenericButtons.py?ds=sidebyside diff --git a/wxPython/demo/GenericButtons.py b/wxPython/demo/GenericButtons.py index 876542eae8..ccdf0ef34a 100644 --- 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.SetToolTipString("This is a BIG button...") bmp = wxBitmap('bitmaps/test2.bmp', wxBITMAP_TYPE_BMP) b = wxGenBitmapButton(self, -1, bmp, (10, 130))