Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ minsize(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



minsize(3G)                                                        minsize(3G)



NAME
     minsize - specifies the minimum size of a graphics window

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

PARAMETERS
     x   expects the minimum width of a graphics window.  The width is
         measured in pixels. The lowest legal value for this parameter is 1.

     y   expects the minimum height of a graphics window. The height is
         measured in pixels.  The lowest legal value for this parameter is 1.

DESCRIPTION
     minsize specifies the minimum size (in pixels) 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 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
     maxsize, winopen

NOTE
     This routine is available only in immediate mode.



























                                                                        Page 1



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