winposition() — Silicon Graphics Silicon Graphics
NAME
winposition - change the size and position of the current graphics port
SPECIFICATION
C
winposition(x1, x2, y1, y2)
long x1, x2, y1, y2;
FORTRAN
subroutine winpos(x1, x2, y1, y2)
integer*4 x1, x2, y1, y2;
Pascal
procedure winposition(x1, x2, y1, y2: longint);
DESCRIPTION
winposition moves and reshapes the current graphics port to match the screen coordinates x1, x2, y1, y2. This differes from prefposition in that the reshaped window is not fixed in size and shape, and may be reshaped interactively via the window manager.
SEE ALSO
winmove, prefposition, prefsize
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode under the window manager.
Version 2.4 — May 08, 1986