old-hiro/reference/widget/check-button.cpp

19 lines
270 B
C++
Raw Normal View History

2016-05-15 10:45:15 +00:00
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() {
}
}