bsnes/hiro/reference/widget/combo-button.cpp

25 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() {
}
}