![]() |
Theme Button Value Constants |
Header: Appearance.h |
enum { kThemeButtonOff = 0, kThemeButtonOn = 1, kThemeButtonMixed = 2, kThemeDisclosureRight = 0, kThemeDisclosureDown = 1, kThemeDisclosureLeft = 2 };
Identifies a button that is not selected.
Identifies a button that is selected.
Identifies a button that is in the mixed state, indicating that a setting is on for some elements in a selection and off for others. This value typically applies to checkboxes and radio buttons.
Identifies a disclosure triangle that is pointing to the right.
Identifies a disclosure triangle that is pointing down.
Identifies a disclosure triangle that is pointing to the left.
You can use constants of type ThemeButtonValue in the
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)