X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf9e3e736771b247eb38ada221266733b6a601c7..cfcc3671aee71eb6849c5687500ab26e65943b68:/include/wx/gtk1/tbargtk.h diff --git a/include/wx/gtk1/tbargtk.h b/include/wx/gtk1/tbargtk.h index beb2e04416..3d7c30d434 100644 --- a/include/wx/gtk1/tbargtk.h +++ b/include/wx/gtk1/tbargtk.h @@ -83,8 +83,13 @@ public: // Add space virtual void AddSeparator(); + // Delete tool by index (=id) + virtual bool DeleteTool(int toolIndex); + + // Delete all tools virtual void ClearTools(); + // Has to be called after adding tools or changing something virtual bool Realize(); virtual void EnableTool(int toolIndex, bool enable);