Carbon


Theme Pop-Up Arrow Orientation Constants

Header: Appearance.h

enum {
    kThemeArrowLeft = 0,
    kThemeArrowDown = 1,
    kThemeArrowRight = 2,
    kThemeArrowUp = 3
};

Constant descriptions

kThemeArrowLeft

A left-pointing arrow.

kThemeArrowDown

A downward-pointing arrow.

kThemeArrowRight

A right-pointing arrow.

kThemeArrowUp

An upward-pointing arrow.

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


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