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

11 lines
161 B
C++
Executable file

void pLineEdit::setEditable(bool editable) {
}
void pLineEdit::setText(const string &text) {
}
string pLineEdit::text() {
}
void pLineEdit::constructor() {
}