Important: The information in this document is obsolete and should not be used for new development.
PATH![]() |
![]() ![]() |
You can use the ControlButtonTextAlignment
constants to specify the alignment of text in a bevel button. These constants are passed in the inData
parameter of SetControlData
and returned by GetControlData
. The ControlButtonTextAlignment
constants are available with Appearance Manager 1.0 and later.
enum {
kControlBevelButtonAlignTextSysDirection = teFlushDefault,
kControlBevelButtonAlignTextCenter = teCenter,
kControlBevelButtonAlignTextFlushRight = teFlushRight,
kControlBevelButtonAlignTextFlushLeft = teFlushLeft
};
typedef SInt16 ControlButtonTextAlignment;
kControlBevelButtonAlignTextSysDirection
kControlBevelButtonAlignTextCenter
kControlBevelButtonAlignTextFlushRight
kControlBevelButtonAlignTextFlushLeft