![]() |
Gestalt Selector for the Mac OS 8.5 Menu Manager |
Header: Gestalt.h |
enum { gestaltMenuMgrAttr = ''menu'', gestaltMenuMgrPresent = 1, gestaltMenuMgrPresentBit = , gestaltMenuMgrAquaLayoutBit = 1, gestaltMenuMgrPresentMask = 1, gestaltMenuMgrAquaLayoutMask = 2 };
The Gestalt selector passed to determine what features of the Menu Manager are present. This selector is available with Mac OS 8.5 and later. Passing gestaltMenuMgrAttr produces a 32-bit value whose bits you should test to determine what Menu Manager functionality is available.
If the bit specified by this mask is set, the Menu Manager functionality for Appearance Manager 1.1 is available. This bit is set for Mac OS 8.5 and later.
Before calling any Menu Manager functions, your application should pass the selector gestaltMenuMgrAttr to the Gestalt function to determine which Menu Manager functions are available.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)