Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| param : x,y,width,height,hue,return_value,textline_id_default | |
| mixed | SetText (mixed text) |
| mixed | AppendChar (mixed char, mixed unicodechar) |
Definition at line 2270 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOEditText::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
param : x,y,width,height,hue,return_value,textline_id_default
Definition at line 2273 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOEditText::SetText | ( | mixed | text | ) | [inline] |
Definition at line 2275 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOEditText::AppendChar | ( | mixed | char, | |
| mixed | unicodechar | |||
| ) | [inline] |
Definition at line 2277 of file lua_pseudo_code.cpp.
1.5.6