X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a0681f9338345d0ef32b2ad809d49fd20861119..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/gtk1/tbargtk.h diff --git a/include/wx/gtk1/tbargtk.h b/include/wx/gtk1/tbargtk.h index 1187c5887f..5f02de2186 100644 --- a/include/wx/gtk1/tbargtk.h +++ b/include/wx/gtk1/tbargtk.h @@ -52,6 +52,8 @@ public: virtual wxToolBarToolBase *FindToolForPosition(wxCoord x, wxCoord y) const; + virtual void SetToolShortHelp(int id, const wxString& helpString); + // implementation from now on // -------------------------- @@ -60,7 +62,7 @@ public: GdkColor *m_fg; GdkColor *m_bg; - bool m_blockNextEvent; + bool m_blockEvent; void OnInternalIdle();