| 600 | } |
| 601 | |
| 602 | wxRadioButton * ShuttleGuiBase::AddRadioButton( |
| 603 | const TranslatableString &Prompt, int selector, int initValue) |
| 604 | { |
| 605 | return DoAddRadioButton( Prompt, wxRB_GROUP, selector, initValue ); |
| 606 | } |
| 607 | |
| 608 | wxRadioButton * ShuttleGuiBase::AddRadioButtonToGroup( |
| 609 | const TranslatableString &Prompt, int selector, int initValue) |
no outgoing calls
no test coverage detected