Tk Library Procedures Tk_DeleteImage(3TK)
_________________________________________________________________
NAME
Tk_DeleteImage - Destroy an image.
SYNOPSIS
#include
Tk_DeleteImage(interp, name)
ARGUMENTSTcl_Interp *interp (in) Interpreter for which the
image was created. CONST char *name (in) Name of the image._________________________________________________________________
DESCRIPTION
Tk_DeleteImage deletes the image given by interp and name,
if there is one. All instances of that image will redisplay as empty regions. If the given image does not exist then the procedure has no effect. KEYWORDS delete image, image managerATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tk-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tk is available on http://opensolaris.org. Tk Last change: 4.0 1