]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tbargtk.h
Added empty Raise() and Lower() methods for compatibilty.
[wxWidgets.git] / include / wx / gtk / tbargtk.h
index 0c33e408b97904d01d8e84caaaff67d5e1f714cb..b398eb45203c8aedfad2bb4b8a05ff6fd40cc558 100644 (file)
@@ -117,7 +117,6 @@ class wxToolBar: public wxControl
 
     virtual void EnableTool(int toolIndex, bool enable);
     virtual void ToggleTool(int toolIndex, bool toggle); // toggle is TRUE if toggled on
-    virtual void SetToggle(int toolIndex, bool toggle); // Set this to be togglable (or not)
     virtual wxObject *GetToolClientData(int index) const;
 
     virtual bool GetToolState(int toolIndex) const;