Carbon


Control Variant Constants

Header: Controls.h

enum {
    kControlNoVariant = 0,
    kControlUsesOwningWindowsFontVariant = 8
};

Constant descriptions

kControlNoVariant

Specifies no change to the standard control resource.

kControlUsesOwningWindowsFontVariant

Specifies that the control use the window font for any control text.

You can use the control variant constants with any of the standard control resource IDs to specify additional features of a control.

VERSION NOTES

The control variant constants are changed with Appearance Manager 1.0 to support the additional control types available with the Appearance Manager.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)