Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| mixed | SetProgress (mixed p) |
| sets the progress value 0-1 | |
| mixed | on_set_size (mixed w, mixed h) |
| resize the complete Bar, width is limited by tabbar width | |
Definition at line 6701 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Bar::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
======================================================= see SpritePanel for gfxparam format
Definition at line 6705 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::Bar::SetProgress | ( | mixed | p | ) | [inline] |
| mixed gWidgetPrototype::Bar::on_set_size | ( | mixed | w, | |
| mixed | h | |||
| ) | [inline] |
resize the complete Bar, width is limited by tabbar width
Definition at line 6711 of file lua_pseudo_code.cpp.
1.5.6