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

21 lines
324 B
C++

namespace phoenix {
void pRadioButton::setChecked() {
}
void pRadioButton::setGroup(const group<RadioButton>& group) {
}
void pRadioButton::setImage(const image& image, Orientation orientation) {
}
void pRadioButton::setText(string text) {
}
void pRadioButton::constructor() {
}
void pRadioButton::destructor() {
}
}