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

25 lines
347 B
C++

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