Merged trunk 47568:

Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-07-19 19:44:59 +00:00
parent 5f00f5084c
commit a735b922c9
2 changed files with 21 additions and 3 deletions

View File

@@ -56,6 +56,8 @@ public:
// ------------------------------------------------------------------------
protected:
virtual void Cocoa_wxNSButtonAction(void);
private:
void Cocoa_DeselectOtherButtonsInTheGroup(void);
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------