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

12 lines
176 B
C++
Executable file

bool pCheckBox::checked() {
return false;
}
void pCheckBox::setChecked(bool checked) {
}
void pCheckBox::setText(const string &text) {
}
void pCheckBox::constructor() {
}