old-hiro/reference/widget/check-button.cpp
2016-05-15 12:45:15 +02:00

18 lines
270 B
C++

namespace phoenix {
void pCheckButton::setChecked(bool checked) {
}
void pCheckButton::setImage(const image& image, Orientation orientation) {
}
void pCheckButton::setText(string text) {
}
void pCheckButton::constructor() {
}
void pCheckButton::destructor() {
}
}