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

PtDestroyHotkeyCallbacks()

Free the specified hotkey callbacks

Synopsis:

void PtDestroyHotkeyCallbacks( PtWidget_t *widget );

Description:

This function frees all hotkey callbacks connected to widget.


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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtDestroyCallbackList(), PtDestroyRawCallbacks()


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