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

24 lines
335 B
C++

namespace phoenix {
void pComboButton::append() {
}
void pComboButton::remove(unsigned selection) {
}
void pComboButton::reset() {
}
void pComboButton::setSelected(unsigned selection) {
}
void pComboButton::setText(unsigned selection, string text) {
}
void pComboButton::constructor() {
}
void pComboButton::destructor() {
}
}