Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ winposition(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

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