prefsize(3G) prefsize(3G)
NAME
prefsize - specifies the preferred size of a graphics window
in the window manager
SPECIFICATION
C prefsize(x, y)
long x, y;
FORTRAN subroutine prefsi(x, y)
integer*4 x, y
DESCRIPTION
prefsize specifies the preferred size of a graphics window
as x pixels by y pixels. Call prefsize at the beginning of
a graphics program.
Use prefsize with winconstraints to modify the enforced
window size after the window has been created. prefsize is
ignored if winopen is not called.
SEE ALSO
winconstraints, winopen
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)