Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ minsize(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

minsize()  —  Silicon Graphics Silicon Graphics

NAME

minsize - specifies a minimum size for a graphport in the window manager

SPECIFICATION

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

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

Pascal
procedure minsize(x, y: long);

DESCRIPTION

minsize specifies a minimum 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 minimum size is 40 pixels wide and 30 pixels high.  The port can be reshaped by the user, but the window manager will not allow it to become smaller than this minimum size.  minsize has no effect if getport is not called or if the program is not being run with the window manager. 

SEE ALSO

getport, maxsize

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

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