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

/ast/src/lib/libtk/generic/
H A DtkTest.c929 TImageInstance *instPtr;
937 instPtr = (TImageInstance *) ckalloc(sizeof(TImageInstance));
938 instPtr->masterPtr = timPtr;
939 instPtr->fg = Tk_GetColor(timPtr->interp, tkwin, "#ff0000");
940 gcValues.foreground = instPtr->fg->pixel;
941 instPtr->gc = Tk_GetGC(tkwin, GCForeground, &gcValues);
942 return (ClientData) instPtr;
976 TImageInstance *instPtr = (TImageInstance *) clientData;
980 instPtr->masterPtr->imageName, imageX, imageY, width, height,
982 Tcl_SetVar(instPtr
921 TImageInstance *instPtr; local
967 TImageInstance *instPtr = (TImageInstance *) clientData; local
1012 TImageInstance *instPtr = (TImageInstance *) clientData; local
[all...]

Completed in 23 milliseconds