Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| mixed | SetText (mixed text) |
| mixed | AppendChar (mixed char) |
| mixed | on_focus_keydown (mixed key, mixed char) |
Definition at line 6614 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::EditText::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
Definition at line 6616 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::EditText::SetText | ( | mixed | text | ) | [inline] |
Definition at line 6618 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::EditText::AppendChar | ( | mixed | char | ) | [inline] |
Definition at line 6620 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::EditText::on_focus_keydown | ( | mixed | key, | |
| mixed | char | |||
| ) | [inline] |
Definition at line 6622 of file lua_pseudo_code.cpp.
1.5.6