Carbon


Pop-Up Menu Title Justification Constants

Header: ControlDefinitions.h

enum {
    popupTitleLeftJust = ,
    popupTitleCenterJust = 1,
    popupTitleRightJust = 255
};

Constant descriptions

popupTitleLeftJust

Place title to the left of the pop-up box.

popupTitleCenterJust

Center title over the pop-up box.

popupTitleRightJust

Place title to the right of the pop-up box.

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)