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

12 lines
161 B
C++

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