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

/ast/src/lib/libtk/generic/
H A DtkImgBmap.c27 Tcl_Command imageCmd; /* Token for image command (used to delete member in struct:BitmapMaster
198 masterPtr->imageCmd = Tcl_CreateCommand(interp, name, ImgBmapCmd,
991 if (masterPtr->imageCmd != NULL) {
993 Tcl_GetCommandName(masterPtr->interp, masterPtr->imageCmd));
1030 masterPtr->imageCmd = NULL;
H A DtkImgPhoto.c142 Tcl_Command imageCmd; /* Token for image command (used to delete member in struct:PhotoMaster
478 masterPtr->imageCmd = Tcl_CreateCommand(interp, name, ImgPhotoCmd,
1918 if (masterPtr->imageCmd != NULL) {
1920 Tcl_GetCommandName(masterPtr->interp, masterPtr->imageCmd));
1957 masterPtr->imageCmd = NULL;

Completed in 1308 milliseconds