Home
last modified time | relevance | path

Searched refs:pf_destroy_callback (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtidget.c294 if (pti->tci.pf_destroy_callback != NULL) {
295 (pti->tci.pf_destroy_callback)(pti);
342 pf_is_event_callback, pf_destroy_callback, pf_map_callback, in TidgetSetCallbacks() argument
348 TidgetDestroyCallbackFunc *pf_destroy_callback;
356 pti->tci.pf_destroy_callback = pf_destroy_callback;
H A Dtidget.h136 TidgetDestroyCallbackFunc *pf_destroy_callback; member