Clock.this
this
(int x, int y, int width, int height, string label = null)Creates a new clock widget.
Parameters
x | X position |
y | Y position |
width | Widget width |
height | Widget height |
label | Optional 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
type | Clock type (SQUARE or ROUND) |
x | X position |
y | Y position |
width | Widget width |
height | Widget height |
label | Optional label text |