maxsize(3G) maxsize(3G)
NAME
maxsize - specifies the maximum size of a graphics window
SPECIFICATION
C maxsize(x, y)
long x, y;
FORTRAN subroutine maxsiz(x, y)
integer*4 x, y
DESCRIPTION
maxsize specifies the maximum size of a graphics window.
Call it at the beginning of a graphics program before
winopen. maxsize takes effect when winopen is called.
You can also call maxsize in conjunction with winconstraints
to modify the enforced maximum size after the window has
been created. The default maximum size is 1280 pixels wide
and 1024 pixels high. The user can reshape the graphics
window, but the window manager does not allow it to become
larger than the specified maximum size.
SEE ALSO
winopen, minsize
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)