fixes to radio button handling (patch 803360)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-26 19:43:47 +00:00
parent 3bf4189d96
commit 6bb7cee4e9
5 changed files with 53 additions and 17 deletions

View 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;