Static Public Member Functions | |
| static mixed | LayoutGetParam (mixed widget, mixed name, mixed default) |
| static mixed | LayoutSetParam (mixed widget, mixed name, mixed value) |
| handles layout prefix in param space | |
| static mixed | LayoutGetPreferredSize (mixed widget) |
| static mixed | LayoutSetSize (mixed widget, mixed w, mixed h) |
| static mixed | LayoutSetPos (mixed widget, mixed x, mixed y) |
| static mixed | LayoutPlaceInArea (mixed widget, mixed l, mixed t, mixed w, mixed h) |
| call this only if the preferred size of the widget fits into the area | |
Definition at line 4747 of file lua_pseudo_code.cpp.
| static mixed gui_layout::LayoutGetParam | ( | mixed | widget, | |
| mixed | name, | |||
| mixed | default | |||
| ) | [inline, static] |
-------------------------------------------------------- helper functions -------------------------------------------------------- handles layout prefix in param space
Definition at line 4753 of file lua_pseudo_code.cpp.
| static mixed gui_layout::LayoutSetParam | ( | mixed | widget, | |
| mixed | name, | |||
| mixed | value | |||
| ) | [inline, static] |
| static mixed gui_layout::LayoutGetPreferredSize | ( | mixed | widget | ) | [inline, static] |
Definition at line 4758 of file lua_pseudo_code.cpp.
| static mixed gui_layout::LayoutSetSize | ( | mixed | widget, | |
| mixed | w, | |||
| mixed | h | |||
| ) | [inline, static] |
Definition at line 4760 of file lua_pseudo_code.cpp.
| static mixed gui_layout::LayoutSetPos | ( | mixed | widget, | |
| mixed | x, | |||
| mixed | y | |||
| ) | [inline, static] |
Definition at line 4762 of file lua_pseudo_code.cpp.
| static mixed gui_layout::LayoutPlaceInArea | ( | mixed | widget, | |
| mixed | l, | |||
| mixed | t, | |||
| mixed | w, | |||
| mixed | h | |||
| ) | [inline, static] |
call this only if the preferred size of the widget fits into the area
Definition at line 4765 of file lua_pseudo_code.cpp.
1.5.6