lsnes/phoenix/reference/widget/combo-box.cpp
2013-05-03 17:47:34 +03:00

15 lines
208 B
C++
Executable file

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