SetLayout
This function sets the position and size of a widget, in logical units.
Syntax
- void SetLayout(const int x, const int y, const int width, const int height)
Parameters
- x: X position of the widget.
- y: Y position of the widget.
- width: Width of the widget.
- height: Height of the widget.