]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
[wxWidgets.git] / include / wx / tbarbase.h
index 076620e4471c768eb6e3380d9d8507ad61e0c117..30396a4b077500dc01bca1c422cb3e1b1e35de5a 100644 (file)
@@ -575,6 +575,9 @@ protected:
     // find the tool by id
     wxToolBarToolBase *FindById(int toolid) const;
 
+    // un-toggle all buttons in the same radio group
+    void UnToggleRadioGroup(wxToolBarToolBase *tool);
+
     // the list of all our tools
     wxToolBarToolsList m_tools;