![]() |
BasicWindowDescription Version Constants |
Header: MacWindows.h |
enum { kWindowDefinitionVersionOne = 1, kWindowDefinitionVersionTwo = 2 };
Specifies a preMac OS 8.5 Window Manager window. Windows of this version are created using a window definition ID and a Boolean value indicating whether or not the window has a close box.
Specifies a Mac OS 8.5 Window Manager window. Windows of this version are created using class and attribute information. For details on classes and attributes, see
You may supply one of these values in the windowDefinitionVersion field of a structure of type BasicWindowDescription to specify the version of the window definition used for a window.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)