Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| mixed | SetText (mixed text) |
| mixed | on_set_size (mixed w, mixed h) |
| mixed | SetGfxParam (mixed bMouseInside, mixed bMouseDown, mixed gfxparam) |
| mixed | GetGfxParam (mixed bMouseInside, mixed bMouseDown) |
Definition at line 6439 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Button::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
~ params: gfxparam_init =?, ~ gfxparam_in_down =?, --in:mouse_inside_widget, down=mousebutton_was_pressed_on_this_widget_and_is_still_down ~ gfxparam_in_up =?, ~ gfxparam_out_down =?, ~ gfxparam_out_up =? label_params : add a text label, passed directly to Text constructor image_params : add a label image, passed directly to Image constructor see SpritePanel for gfxparam format
Definition at line 6449 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Button::SetText | ( | mixed | text | ) | [inline] |
Definition at line 6451 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Button::on_set_size | ( | mixed | w, | |
| mixed | h | |||
| ) | [inline] |
Definition at line 6453 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Button::SetGfxParam | ( | mixed | bMouseInside, | |
| mixed | bMouseDown, | |||
| mixed | gfxparam | |||
| ) | [inline] |
Definition at line 6455 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Button::GetGfxParam | ( | mixed | bMouseInside, | |
| mixed | bMouseDown | |||
| ) | [inline] |
Definition at line 6457 of file lua_pseudo_code.cpp.
1.5.6