Carbon


'wind' Resource Default Collection Item Constants

Header: MacWindows.h

enum {
    kStoredWindowSystemTag = 'appl',
    kStoredBasicWindowDescriptionID = 'sbas',
    kStoredWindowPascalTitleID = 's255'
};

Constant descriptions

kStoredWindowSystemTag

This item tag specifies a system-defined collection item. Note that the 'appl' collection item tag is reserved for use by Apple Computer, Inc. Do not define new collection items using that tag.

kStoredBasicWindowDescriptionID

In combination with kStoredWindowSystemTag, this item ID specifies an item of type BasicWindowDescription. See BasicWindowDescription for details on this type.

kStoredWindowPascalTitleID

In combination with kStoredWindowSystemTag, this item ID specifies a Pascal title string.

These constants specify the tag and the IDs that identify the default collection items contained in a resource of type ’wind’.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)