Static Public Member Functions | |
| static mixed | LoadWidgetsBase (mixed dirpath) |
| static mixed | LoadWidgets (mixed dirpath) |
| static mixed | RegisterWidgetClass (mixed classname, mixed baseclassname) |
| static mixed | WidgetInitBaseClasses (mixed widget, mixed baseclass, mixed parentwidget, mixed params) |
| baseclass : recursive for the baseclass of the baseclass.. | |
| static mixed | CreateWidget (mixed classname, mixed parentwidget, mixed params, mixed...) |
| create and init a new widget | |
| static mixed | GuiThemeSetDefaultParam (mixed widgetclass_or_nil, mixed params) |
| static mixed | GuiThemeSetClassParam (mixed themeclass, mixed widgetclass_or_nil, mixed params) |
Definition at line 4605 of file lua_pseudo_code.cpp.
| static mixed gui_widget::LoadWidgetsBase | ( | mixed | dirpath | ) | [inline, static] |
Definition at line 4607 of file lua_pseudo_code.cpp.
| static mixed gui_widget::LoadWidgets | ( | mixed | dirpath | ) | [inline, static] |
Definition at line 4609 of file lua_pseudo_code.cpp.
| static mixed gui_widget::RegisterWidgetClass | ( | mixed | classname, | |
| mixed | baseclassname | |||
| ) | [inline, static] |
class is a table containing several methods for managing widgets of this type baseclassname : if nil, derived from base
Definition at line 4613 of file lua_pseudo_code.cpp.
| static mixed gui_widget::WidgetInitBaseClasses | ( | mixed | widget, | |
| mixed | baseclass, | |||
| mixed | parentwidget, | |||
| mixed | params | |||
| ) | [inline, static] |
baseclass : recursive for the baseclass of the baseclass..
Definition at line 4616 of file lua_pseudo_code.cpp.
| static mixed gui_widget::CreateWidget | ( | mixed | classname, | |
| mixed | parentwidget, | |||
| mixed | params, | |||
| mixed... | ||||
| ) | [inline, static] |
| static mixed gui_widget::GuiThemeSetDefaultParam | ( | mixed | widgetclass_or_nil, | |
| mixed | params | |||
| ) | [inline, static] |
Definition at line 4621 of file lua_pseudo_code.cpp.
| static mixed gui_widget::GuiThemeSetClassParam | ( | mixed | themeclass, | |
| mixed | widgetclass_or_nil, | |||
| mixed | params | |||
| ) | [inline, static] |
Definition at line 4623 of file lua_pseudo_code.cpp.
1.5.6