lsnes/phoenix/reference/widget/radio-box.cpp
2013-05-03 17:47:34 +03:00

15 lines
235 B
C++
Executable file

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