- size(W, H)
- Change the size of the window. W and H are expressed in character units.
- position(X, Y)
- Change the top-left corner of the window. The values are expressed in pixel units.
- zorder(ZOrder)
- Change the location in the window stacking order. Values are
bottom
,top
,topmost
andnotopmost
. Topmost windows are displayed above all other windows. - show(Bool)
- If
true
, show the window, iffalse
hide the window. - activate
- If present, activate the window.