Carbon


Notification Types

Header: Displays.h

enum {
    kFullNotify = 0,
    kFullDependencyNotify = 1
};

Constant descriptions

kFullNotify

The Display Manager sets this bit to provide the major Apple notification event.

kFullDependencyNotify

The Display Manager sets this bit to provide notification only to those applications that need to know about interrelated functionality. It is used for updating the user interface.

The function DMSendDependentNotification uses these values in the notifyType parameter.


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