winposition(3G) — 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: Short);
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 under the window manager.
SEE ALSO
prefposition, prefsize, winmove Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode under the window manager.
Version 3.6 — December 20, 1987