Carbon


Theme Window Attribute Constants

Header: Appearance.h

enum {
    kThemeWindowHasGrow = 1,
    kThemeWindowHasHorizontalZoom = 8,
    kThemeWindowHasVerticalZoom = 16,
    kThemeWindowHasFullZoom = 24,
    kThemeWindowHasCloseBox = 32,
    kThemeWindowHasCollapseBox = 64,
    kThemeWindowHasTitleText = 128,
    kThemeWindowIsCollapsed = 256,
    kThemeWindowHasA = 512,
    kThemeWindowHasB = 1024
};

Constant descriptions

kThemeWindowHasGrow

If the bit specified by this mask is set, the window contains a size box.

kThemeWindowHasHorizontalZoom

If the bit specified by this mask is set, the window contains a horizontal zoom box.

kThemeWindowHasVerticalZoom

If the bit specified by this mask is set, the window contains a vertical zoom box.

kThemeWindowHasFullZoom

If the bit specified by this mask is set, the window contains a full (horizontal and vertical) zoom box.

kThemeWindowHasCloseBox

If the bit specified by this mask is set, the window contains a close box.

kThemeWindowHasCollapseBox

If the bit specified by this mask is set, the window contains a collapse box.

kThemeWindowHasTitleText

If the bit specified by this mask is set, the window contains a title.

kThemeWindowIsCollapsed

If the bit specified by this mask is set, the window is currently collapsed.

kThemeWindowHasA
kThemeWindowHasB

The ThemeWindowAttributes enumeration defines masks your application can use to specify the various interface elements that a given window contains. The ThemeWindowAttributes constants are available with Appearance Manager 1.1 and later.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)