bsnes/higan/phoenix/reference/widget/line-edit.cpp

12 lines
161 B
C++
Executable File

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