Important: The information in this document is obsolete and should not be used for new development.
<Min Height>
You can use the <Min Height> command to specify the minimum allowable panel height.
<Min Height> height
- height
- A short integer specifying the minimum panel height in pixels.
DESCRIPTION
Apple Guide automatically sizes each panel to a height that is within the range specified by the <Max Height> and <Min Height> commands. If you omit the <Min Height> command, Apple Guide uses a default minimum panel height of 0 pixels.If the contents of a panel requires less space than the amount specified by the
<Min Height> command, Apple Guide allocates the minimum height for the panel.To specify a fixed panel size for all panels in the guide file regardless of content, set the maximum height and minimum height to the same value.
SPECIAL CONSIDERATIONS
The <Min Height> command should appear only once in your source files.EXAMPLES
#set the minimum height of a panel to 100 pixels <Min Height> 100SEE ALSO
For information on the <Max Height> command, see page 10-28.