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

18 lines
247 B
C++

namespace phoenix {
void pButton::setBordered(bool bordered) {
}
void pButton::setImage(const image& image, Orientation orientation) {
}
void pButton::setText(string text) {
}
void pButton::constructor() {
}
void pButton::destructor() {
}
}