/**
@class wxRadioButton
- @wxheader{radiobut.h}
A radio button item is a button which usually denotes one of several
mutually exclusive options. It has a text label next to a (usually) round
/**
Destructor, destroying the radio button item.
*/
- ~wxRadioButton();
+ virtual ~wxRadioButton();
/**
Creates the choice for two-step construction. See wxRadioButton() for
/**
Returns @true if the radio button is depressed, @false otherwise.
*/
- bool GetValue() const;
+ virtual bool GetValue() const;
/**
Sets the radio button to selected or deselected status. This does not cause a