Box.this
this
(Boxtype boxtype, int x, int y, int width, int height, string label = null)Creates a new box widget.
Parameters
boxtype | Visual style of the box |
x | X position |
y | Y position |
width | Width in pixels |
height | Height in pixels |
label | Optional label text |
this
(int x, int y, int width, int height, string label = null)Creates a new flat box widget (no border).
Parameters
x | X position |
y | Y position |
width | Width in pixels |
height | Height in pixels |
label | Optional label text |