Carbon


atNone

Header: Icons.h

enum {
    atNone = 0,
    atVerticalCenter = 1,
    atTop = 2,
    atBottom = 3,
    atHorizontalCenter = 4,
    atAbsoluteCenter = 5,
    atCenterTop = 6,
    atCenterBottom = 7,
    atLeft = 8,
    atCenterLeft = 9,
    atTopLeft = 10,
    atBottomLeft = 11,
    atRight = 12,
    atCenterRight = 13,
    atTopRight = 14,
    atBottomRight = 15
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)