Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| params = {serial=serial/nil,text=text/nil,x=iMouseX,y=iMouseY} | |
| mixed | AdjustToContentBounds (mixed l, mixed t, mixed r, mixed b) |
Definition at line 2192 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOToolTip::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
params = {serial=serial/nil,text=text/nil,x=iMouseX,y=iMouseY}
Definition at line 2195 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::UOToolTip::AdjustToContentBounds | ( | mixed | l, | |
| mixed | t, | |||
| mixed | r, | |||
| mixed | b | |||
| ) | [inline] |
TODO : see also SetSizeFromContentBounds : needed for text, e.g. in widget.uotooltip.lua content bounds specified manually, content container not used
Definition at line 2199 of file lua_pseudo_code.cpp.
1.5.6