bsnes/higan/phoenix/reference/widget/combo-box.cpp

22 lines
312 B
C++
Executable File

void pComboBox::append(const string &text) {
}
void pComboBox::modify(unsigned row, const string &text) {
}
void pComboBox::remove(unsigned row) {
}
void pComboBox::reset() {
}
unsigned pComboBox::selection() {
return 0;
}
void pComboBox::setSelection(unsigned row) {
}
void pComboBox::constructor() {
}