X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3bf7524f394af039efe196a186f7969cbabcc19..156194e1d525407e90c21552f8f7aa05756e0ddc:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index 076620e447..30396a4b07 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -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;