Important: The information in this document is obsolete and should not be used for new development.
PATH![]() |
![]() ![]() |
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
};