gui_layout Class Reference

file : ../lugre/lua/lib.gui.layout.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

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


Detailed Description

file : ../lugre/lua/lib.gui.layout.lua (this is just a pseudo class used for grouping global functions)

Definition at line 4747 of file lua_pseudo_code.cpp.


Member Function Documentation

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]

handles layout prefix in param space

Definition at line 4756 of file lua_pseudo_code.cpp.

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.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6