1Tk_DeleteImage(3) Tk Library Procedures Tk_DeleteImage(3)
2
3
4
5______________________________________________________________________________
6
8 Tk_DeleteImage - Destroy an image.
9
11 #include <tk.h>
12
13 Tk_DeleteImage(interp, name)
14
16 Tcl_Interp *interp (in) Interpreter for which the image was
17 created.
18
19 const char *name (in) Name of the image.
20______________________________________________________________________________
21
23 Tk_DeleteImage deletes the image given by interp and name, if there is
24 one. All instances of that image will redisplay as empty regions. If
25 the given image does not exist then the procedure has no effect.
26
28 delete image, image manager
29
30
31
32Tk 4.0 Tk_DeleteImage(3)