GETTING STARTED
INSTALLATION, UPDATE
API Reference
CONTRIBUTING
DimType
Dimensions of an area.
The DimType structure defines the dimensions of an area. It contains at least the following members:
See also
microGUI.Widgets.Widget.Size
w (int) – Width of the area.
h (int) – Height of the area.
Width of the area.
Get w property
w
Set w property
TypeError – When not w is not set with int type
int
Height of the area.
Get h property
h
Set h property
TypeError – When not h is not set with int type