Carbon


Theme Checkbox Style Constants

Header: Appearance.h

enum {
    kThemeCheckBoxClassicX = 0,
    kThemeCheckBoxCheckMark = 1
};

Constant descriptions

kThemeCheckBoxClassicX

An “X” type of checkbox mark.

kThemeCheckBoxCheckMark

A checkmark type of checkbox mark.

You can call the function GetThemeCheckBoxStyle to obtain the type of checkbox mark being used in the current theme. The ThemeCheckBoxStyle constants are available with Appearance Manager 1.1 and later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)