Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ winposition(3g) — GL2 W2.5

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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.5  —  April 22, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026