Searched refs:changeProc (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImage.c39 Tk_ImageChangedProc *changeProc; member in struct:Image
43 /* Argument to pass to changeProc. */
295 (*imagePtr->changeProc)(imagePtr->widgetClientData,
509 (*imagePtr->changeProc)(imagePtr->widgetClientData, x, y,
560 * it will invoke changeProc later if the widget needs redisplay
569 Tk_GetImage(interp, tkwin, name, changeProc, clientData)
575 Tk_ImageChangedProc *changeProc;
599 imagePtr->changeProc = changeProc;
939 (*imagePtr->changeProc)(imagePt
[all...]
H A DtkDecls.h377 Tk_ImageChangedProc * changeProc,
1028 Tk_Image (*tk_GetImage) _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, CONST char * name, Tk_ImageChangedProc * changeProc, ClientData clientData)); /* 97 */
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImage.c36 Tk_ImageChangedProc *changeProc; member in struct:Image
39 ClientData widgetClientData;/* Argument to pass to changeProc. */
342 (*imagePtr->changeProc)(imagePtr->widgetClientData,
536 (*imagePtr->changeProc)(imagePtr->widgetClientData, x, y,
587 * invoke changeProc later if the widget needs redisplay (i.e. its size
601 Tk_ImageChangedProc *changeProc,
627 imagePtr->changeProc = changeProc;
969 (*imagePtr->changeProc)(imagePtr->widgetClientData, 0, 0,
589 Tk_GetImage( Tcl_Interp *interp, Tk_Window tkwin, CONST char *name, Tk_ImageChangedProc *changeProc, ClientData clientData) argument
H A DtkDecls.h636 Tk_ImageChangedProc *changeProc,
1788 Tk_Image (*tk_GetImage) (Tcl_Interp *interp, Tk_Window tkwin, CONST char *name, Tk_ImageChangedProc *changeProc, ClientData clientData); /* 97 */
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.h93 int (*changeProc)(TreeElementArgs *args); member in struct:TreeElementType
H A DtkTreeStyle.c3016 * configuration options are set, then the configProc and changeProc
3105 (*type->changeProc)(&args);
3803 * TreeElementType.changeProc(). */
3845 eMask = (*masterElem->typePtr->changeProc)(&args);
4077 (void) (*eLink->elem->typePtr->changeProc)(&args);
4265 * TreeElementType.changeProc(). */
4570 * Calls the changeProc on every master element. Any elements
4603 eMask = (*masterElem->typePtr->changeProc)(&args);
4771 (*eMask) |= (*elem->typePtr->changeProc)(&args);
4933 eMask = (*elem->typePtr->changeProc)(
[all...]

Completed in 223 milliseconds