winposition() — Silicon Graphics Silicon Graphics
NAME
winposition − changes the size and position of the current graphics window
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 window to match the screen coordinates x1, x2, y1, y2. This differs from prefposition because the reshaped window is not fixed in size and shape, and can be reshaped interactively using the window manager.
SEE ALSO
winmove, prefposition, prefsize Using mex, the IRIS Window Manager
NOTE
This routine is available only in immediate mode in the window manager.
Version 2.5r1 — October 29, 1986