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