Clock.this

this(int x, int y, int width, int height, string label = null)

Creates a new clock widget.

Parameters

xX position
yY position
widthWidget width
heightWidget height
labelOptional label text
this(ClockType type, int x, int y, int width, int height, string label = null)

Creates a new clock widget with specified type.

Parameters

typeClock type (SQUARE or ROUND)
xX position
yY position
widthWidget width
heightWidget height
labelOptional label text