Chris Nandor > Mac-Carbon > Notification/Notification.xs

Download:
Mac-Carbon-0.82.tar.gz

Annotate this POD

CPAN RT

New  3
Open  5
Stalled  1
View Bugs
Report a bug
Source  

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.