size
Entity: predicate

set_size
Entity: predicate

pos
Entity: predicate

set_pos
Entity: predicate


Usage:
size(Win, Width, Height)
set_size(Win, Width, Height)

Gets or sets the size of the window Win (Use _ for Win to point the current window, use screen for Win to point the screen).

Usage:
pos(Win, X, Y)
set_pos(Win, X, Y)

Gets or sets the position of the window Win (Use _ for Win to point the current window).

See also:
client
window
button