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

PtRemoveEventHandlers()

Remove several event-handler entries from a widget

Synopsis:

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

Description:

This function removes the first handler entries that exactly match an entry in the callback_defs array. It removes the entries from the Pt_CB_RAW callback list that belongs widget. The num_handlers argument specifies the length of the array.

The PtRawCallback_t structure is defined in PtT.h.

Examples:

See PtAddEventHandler().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAddEventHandlers(), PtRemoveCallback(), PtRemoveCallbacks(), PtRemoveEventHandler(), PtRemoveHotkeyHandler()


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