![]() |
Bevel Button Text Alignment Constants |
Header: ControlDefinitions.h |
enum ControlButtonTextAlignment { kControlBevelButtonAlignTextSysDirection = , kControlBevelButtonAlignTextCenter = 1, kControlBevelButtonAlignTextFlushRight = -1, kControlBevelButtonAlignTextFlushLeft = -2 };
Bevel button text is aligned according to the current script direction (left or right).
Bevel button text is aligned center.
Bevel button text is aligned flush right.
Bevel button text is aligned flush left.
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 GetControlData
.
The ControlButtonTextAlignment constants are available with Appearance Manager 1.0 and later.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)