prefsize() — Silicon Graphics Silicon Graphics
NAME
prefsize - specifies the preferred size of a graphport in the window manager
SPECIFICATION
C
prefsize(x, y)
long x, y;
FORTRAN
subroutine prefsi(x, y)
integer*4 x, y
Pascal
procedure prefsize(x, y: long);
DESCRIPTION
prefsize specifies that the size of a graphport should be x pixels by y pixels. It is called at the beginning of a graphics program that will be run with the window manager. The window manager will not allow the graphport to be resized. prefsize will be ignored if getport is not called or if the system is not running the window manager.
SEE ALSO
getport
NOTE
This command can be used only in immediate mode.
Version 2.3 — July 04, 1985