Carbon


Pop-Up Menu Title Constants

Header: ControlDefinitions.h

enum {
    popupTitleBold = 256,
    popupTitleItalic = 512,
    popupTitleUnderline = 1024,
    popupTitleOutline = 2048,
    popupTitleShadow = 4096,
    popupTitleCondense = 8192,
    popupTitleExtend = 16384,
    popupTitleNoStyle = 32768
};

Constant descriptions

popupTitleBold

Draw title in bold font style.

popupTitleItalic

Draw title in italic font style.

popupTitleUnderline

Draw title in underline font style.

popupTitleOutline

Draw title in outline font style.

popupTitleShadow

Draw title in shadow font style.

popupTitleCondense

Draw title in condensed text font style.

popupTitleExtend

Draw title in extended text font style.

popupTitleNoStyle

Draw title in plain text font style.

When you define a pop-up menu control in a control resource, you can use one or more of these constants in the initial setting field to specify where and how to draw the pop-up menu control title.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)