bsnes/ananke/phoenix/reference/widget/radio-box.cpp

16 lines
223 B
C++

bool pRadioBox::checked() {
return false;
}
void pRadioBox::setChecked() {
}
void pRadioBox::setGroup(const set<RadioBox&> &group) {
}
void pRadioBox::setText(const string &text) {
}
void pRadioBox::constructor() {
}