Widget.resize
void resize(int newX, int newY, int newWidth, int newHeight) nothrow @nogcResizes and repositions the widget.
Parameters
newX | New X position |
newY | New Y position |
newWidth | New width |
newHeight | New height |
Resizes and repositions the widget using a Rect.
Parameters
rect | New bounds |