Carbon


Gestalt Selector for the Mac OS 8.5 Dialog Manager

Header: Gestalt.h

enum {
    gestaltDialogMgrAttr = ''dlog'',
    gestaltDialogMgrPresent = 1
};

Constant descriptions

gestaltDialogMgrAttr

The Gestalt selector passed to determine what features of the Dialog Manager are present. This selector is available with Mac OS 8.5 and later. Passing gestaltDialogManagerAttr produces a 32-bit value whose bits you should test to determine what Dialog Manager functionality is available.

gestaltDialogMgrPresent

If the bit specified by this mask is set, the Dialog Manager functionality for Appearance Manager 1.1 is available. This bit is set for Mac OS 8.5 and later.

Before calling any Dialog Manager functions, your application should pass the selector gestaltDialogManagerAttr to the Gestalt function to determine which Dialog Manager functions are available.


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