The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Types

NMRec

The notification record. Fields are:

    short     nmMark;      /* item to mark in Apple menu*/
    Handle    nmIcon;      /* handle to small icon*/
    Handle    nmSound;     /* handle to sound record*/
    Str255    nmStr;       /* string to appear in alert*/
    long      nmRefCon;    /* for application use*/
new NMRec (KEY => VALUE...)

Create a new notification record and fill it in.

Functions

NMInstall REQUEST

Install a notification.

NMRemove REQUEST

Remove a notification.