Size

To store size for widgets

zero in min/max means no limit

Members

Functions

tostring
string tostring()

Properties

height
uinteger height [@property getter]

height

width
uinteger width [@property getter]

width

Variables

maxHeight
uinteger maxHeight;

maximum width & height. These are "applied" automatically when setting value using width or height

maxWidth
uinteger maxWidth;

maximum width & height. These are "applied" automatically when setting value using width or height

minHeight
uinteger minHeight;

minimun width & height. These are "applied" automatically when setting value using width or height

minWidth
uinteger minWidth;

minimun width & height. These are "applied" automatically when setting value using width or height

Meta