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

19 lines
219 B
C++
Executable File

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