mirror of https://github.com/bsnes-emu/bsnes.git
22 lines
312 B
C++
Executable File
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() {
|
|
}
|