Carbon


Window Resource IDs B

Header: MacWindows.h

enum {
    kWindowDocumentDefProcResID = 64,
    kWindowDialogDefProcResID = 65,
    kWindowUtilityDefProcResID = 66,
    kWindowUtilitySideTitleDefProcResID = 67,
    kWindowSheetDefProcResID = 68
};

Constant descriptions

kWindowDocumentDefProcResID

Defines Appearance-compliant standard document windows with a size box. Standard document windows created with this resource ID can use variation codes to create windows with vertical and horizontal zoom boxes. Available with Appearance 1.0 and later.

kWindowDialogDefProcResID

Defines Appearance-compliant dialog and alert boxes. Modal and movable modal dialog boxes created with this resource ID are displayed with no space between their content and structure region. Alert boxes created with this resource ID are displayed with a red-tinged border. Available with Appearance 1.0 and later.

kWindowUtilityDefProcResID

Defines Appearance-compliant utility (floating) windows with a top title bar and a size box. Available with Appearance 1.0 and later.

kWindowUtilitySideTitleDefProcResID

Defines Appearance-compliant utility (floating) windows with a side title bar and a size box. Available with Appearance 1.0 and later.

kWindowSheetDefProcResID

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