Carbon


Theme Pop-Up Arrow Size Constants

Header: Appearance.h

enum {
    kThemeArrow3pt = 0,
    kThemeArrow5pt = 1,
    kThemeArrow7pt = 2,
    kThemeArrow9pt = 3
};

Constant descriptions

kThemeArrow3pt

Identifies a pop-up arrow with a 3-pixel base.

kThemeArrow5pt

Identifies a pop-up arrow with a 5-pixel base.

kThemeArrow7pt

Identifies a pop-up arrow with a 7-pixel base.

kThemeArrow9pt

Identifies a pop-up arrow with a 9-pixel base.

You can use a constant of type ThemePopupArrowSize in the function DrawThemePopupArrow to specify the size of the pop-up arrow that is drawn on a button. The ThemePopupArrowSize constants are available with Appearance Manager 1.1 and later.


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