Carbon


Theme Title Bar Item Constants

Header: Appearance.h

enum {
    kThemeWidgetCloseBox = 0,
    kThemeWidgetZoomBox = 1,
    kThemeWidgetCollapseBox = 2,
    kThemeWidgetABox = 3,
    kThemeWidgetBBox = 4,
    kThemeWidgetBOffBox = 5
};

Constant descriptions

kThemeWidgetCloseBox

Identifies a close box.

kThemeWidgetZoomBox

Identifies a zoom box.

kThemeWidgetCollapseBox

Identifies a collapse box.

kThemeWidgetABox
kThemeWidgetBBox
kThemeWidgetBOffBox

You may pass constants of type ThemeTitleBarWidget to the function DrawThemeTitleBarWidget to draw specific types of window title bar items. The Appearance Manager draws a theme-compliant version of the title bar item type, as is appropriate. The ThemeTitleBarWidget constants are available with Appearance Manager 1.1 and later.


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