Remove several Pt_CB_RAW entries from a widget
void PtRemoveEventHandlers( PtWidget_t *widget, PtRawCallback_t const *callback_defs, int num_handlers );
ph
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.
For information about the PtRawCallback_t structure, see the Photon Widget Reference.
See PtAddEventHandler().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAddEventHandler(), PtAddEventHandlers(), PtRemoveCallback(), PtRemoveCallbacks(), PtRemoveEventHandler() PtRemoveFilterCallback(), PtRemoveFilterCallbacks(), PtRemoveHotkeyHandler(),
PtRawCallback_t, Pt_CB_RAW in the Photon Widget Reference
“Event handlers” in the Managing Widgets in Application Code chapter of the Photon Programmer's Guide