![]() |
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 };
If the bit specified by this mask is set, the window contains a size box.
If the bit specified by this mask is set, the window contains a horizontal zoom box.
If the bit specified by this mask is set, the window contains a vertical zoom box.
If the bit specified by this mask is set, the window contains a full (horizontal and vertical) zoom box.
If the bit specified by this mask is set, the window contains a close box.
If the bit specified by this mask is set, the window contains a collapse box.
If the bit specified by this mask is set, the window contains a title.
If the bit specified by this mask is set, the window is currently collapsed.
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)