mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
17 lines
267 B
C++
Executable file
17 lines
267 B
C++
Executable file
void pTextEdit::setCursorPosition(unsigned position) {
|
|
}
|
|
|
|
void pTextEdit::setEditable(bool editable) {
|
|
}
|
|
|
|
void pTextEdit::setText(const string &text) {
|
|
}
|
|
|
|
void pTextEdit::setWordWrap(bool wordWrap) {
|
|
}
|
|
|
|
string pTextEdit::text() {
|
|
}
|
|
|
|
void pTextEdit::constructor() {
|
|
}
|