| ![[Previous]](image-lib/prev.gif) | ![[Contents]](image-lib/contents.gif) | ![[Index]](image-lib/keyword_index.gif) | ![[Next]](image-lib/next.gif) | 
Event handler structure
typedef struct Pt_raw_callback {
    unsigned long   event_mask;
    int             (*event_f)( PtWidget_t *, void *, 
                                PtCallbackInfo_t * );
    void            *data;
    } PtRawCallback_t;
The PtRawCallback_t structure lets you specify event handlers for various widgets. You use this structure when setting the Pt_CB_RAW resource of any widget (see PtWidget) or calling PtAddEventHandler().
This structure contains at least the following members:
Photon
PtBalloonCallback_t, PtCallback_t, PtCallbackInfo_t, Pt_CB_RAW (PtWidget), PtHotkeyCallback_t
| ![[Previous]](image-lib/prev.gif) | ![[Contents]](image-lib/contents.gif) | ![[Index]](image-lib/keyword_index.gif) | ![[Next]](image-lib/next.gif) |