Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ maxsize(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

maxsize()  —  Silicon Graphics Silicon Graphics

NAME

maxsize - specifies a maximum size for a graphport in the window manager

SPECIFICATION

C
maxsize(x, y)
long x, y;

FORTRAN
subroutine maxsiz(x, y)
integer*4 x, y

Pascal
procedure maxsize(x, y: long);

DESCRIPTION

maxsize specifies a maximum size for a graphport.  It is called at the beginning of a graphics program that will be run with the window manager, and takes effect when getport is called.  The default maximum size is 1024 pixels wide and 768 pixels high.  As the graphport is reshaped, the window manager will not allow it to become larger than this maximum size.  If maxsize is called without getport or if the system is not running the window manager, the command will be ignored. 

SEE ALSO

getport, minsize

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

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