![]() |
Bevel Button Graphic Alignment Constants |
Header: ControlDefinitions.h |
enum ControlButtonGraphicAlignment { kControlBevelButtonAlignSysDirection = -1, kControlBevelButtonAlignCenter = , kControlBevelButtonAlignLeft = 1, kControlBevelButtonAlignRight = 2, kControlBevelButtonAlignTop = 3, kControlBevelButtonAlignBottom = 4, kControlBevelButtonAlignTopLeft = 5, kControlBevelButtonAlignBottomLeft = 6, kControlBevelButtonAlignTopRight = 7, kControlBevelButtonAlignBottomRight = 8 };
Bevel button graphic is aligned according to the system default script direction (only left or right).
Bevel button graphic is aligned center.
Bevel button graphic is aligned left.
Bevel button graphic is aligned right.
Bevel button graphic is aligned top.
Bevel button graphic is aligned bottom.
Bevel button graphic is aligned top left.
Bevel button graphic is aligned bottom left.
Bevel button graphic is aligned top right.
Bevel button graphic is aligned bottom right.
You can use the ControlButtonGraphicAlignment constants to specify the alignment of icons and pictures in bevel buttons. These constants are passed in the inData parameter of GetControlData
.
The ControlButtonGraphicAlignment constants are available with Appearance Manager 1.0 and later.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)