![]() |
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 };
Draw title in bold font style.
Draw title in italic font style.
Draw title in underline font style.
Draw title in outline font style.
Draw title in shadow font style.
Draw title in condensed text font style.
Draw title in extended text font style.
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)