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

/ast/src/lib/libtk/generic/
H A DtkImage.c51 * instantiated from it. Entries in mainPtr->imageTable point to
64 * (the imageTable field in some TkMainInfo
66 Tcl_HashEntry *hPtr; /* Hash entry in mainPtr->imageTable for
209 hPtr = Tcl_CreateHashEntry(&winPtr->mainPtr->imageTable, name, &new);
215 masterPtr->tablePtr = &winPtr->mainPtr->imageTable;
258 interp->result = Tcl_GetHashKey(&winPtr->mainPtr->imageTable, hPtr);
261 hPtr = Tcl_FindHashEntry(&winPtr->mainPtr->imageTable, argv[i]);
276 hPtr = Tcl_FindHashEntry(&winPtr->mainPtr->imageTable, argv[2]);
290 for (hPtr = Tcl_FirstHashEntry(&winPtr->mainPtr->imageTable, &search);
293 &winPtr->mainPtr->imageTable, hPt
[all...]
H A DtkInt.h392 Tcl_HashTable imageTable; /* Maps from image names to Tk_ImageMaster member in struct:TkMainInfo
H A DtkWindow.c747 Tcl_InitHashTable(&mainPtr->imageTable, TCL_STRING_KEYS);

Completed in 13 milliseconds