]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tbargtk.h
removed setup0.h artifacts
[wxWidgets.git] / include / wx / gtk / tbargtk.h
index 1187c5887fcddc1affce22a3a7e48d09ef4b32ab..5f02de2186da3a9d2e446da4c29d8add8663bea7 100644 (file)
@@ -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();