Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

PATHDocumentation > Mac OS 8 and 9 > Human Interface Toolbox > Control Manager >

Mac OS 8 Control Manager Reference


Control Variant Constants

You can use the control variant constants with any of the standard control resource IDs to specify additional features of a control. The control variant constants are changed with Appearance Manager 1.0 to support the additional control types available with the Appearance Manager.

typedef SInt16 ControlVariant;
enum {
    kControlNoVariant   = 0,
    kControlUsesOwningWindowsFontVariant = 1 << 3
};

Constant descriptions

kControlNoVariant
Specifies no change to the standard control resource.
kControlUsesOwningWindowsFontVariant
Specifies that the control use the window font for any control text.

\xA9 1998 Apple Computer, Inc. – (Last Updated 19 Nov 98)