mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
161 B
C++
12 lines
161 B
C++
|
void pLineEdit::setEditable(bool editable) {
|
||
|
}
|
||
|
|
||
|
void pLineEdit::setText(const string &text) {
|
||
|
}
|
||
|
|
||
|
string pLineEdit::text() {
|
||
|
}
|
||
|
|
||
|
void pLineEdit::constructor() {
|
||
|
}
|