![]() |
ControlCalcSizeRec |
Header: Controls.h |
struct ControlCalcSizeRec { SInt16 height; SInt16 width; SInt16 baseLine; }; typedef ControlCalcSizeRec ControlCalcSizePtr;
The optimal height (in pixels) of the controls bounding rectangle.
The optimal width (in pixels) of the controls bounding rectangle.
The offset from the bottom of the control to the base of the text. This value is generally negative.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)