Searched refs:changeProc (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImage.c | 38 Tk_ImageChangedProc *changeProc; member in struct:Image 42 /* Argument to pass to changeProc. */ 231 (*imagePtr->changeProc)(imagePtr->widgetClientData, 0, 0, 385 (*imagePtr->changeProc)(imagePtr->widgetClientData, x, y, 433 * it will invoke changeProc later if the widget needs redisplay 442 Tk_GetImage(interp, tkwin, name, changeProc, clientData) 448 Tk_ImageChangedProc *changeProc; 472 imagePtr->changeProc = changeProc; 715 (*imagePtr->changeProc)(imagePt [all...] |
H A D | tk.h | 1168 Tk_ImageChangedProc *changeProc,
|
Completed in 17 milliseconds