[Previous] [Contents] [Index] [Next]

PtAddEventHandlers()

Add several event handler entries to a widget

Synopsis:

void PtAddEventHandlers( 
         PtWidget_t *widget,
         PtRawCallback_t const *callback_defs,
         unsigned int num_handlers );

Description:

This function adds the number of event handlers specified by num_handlers to the Pt_CB_RAW callback list that belongs to widget.

The callback_defs argument contains the address of an array of PtRawCallback_t structures. See <PtT.h>.

Examples:

See PtAddEventHandler().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtRemoveEventHandlers(), PtAddCallback(), PtAddCallbacks(), PtAddEventHandler(), PtAddHotkeyHandler()


[Previous] [Contents] [Index] [Next]