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

PtDestroyRawCallbacks()

Free the specified raw callbacks

Synopsis:

void PtDestroyRawCallbacks( PtWidget_t *widget );

Description:

This function frees all raw callbacks connected to widget.


Note: The widget library automatically frees all allocated resources including callback lists when a widget is destroyed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtDestroyCallbackList(), PtDestroyHotkeyCallbacks()


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