| Tk documentation | Contained in the Tk distribution. |
Tk_DeleteImage - Destroy an image.
#include <tk.h>
Tk_DeleteImage(interp, name)
Interpreter for which the image was created.
Name of the image.
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.
delete image, image manager
| Tk documentation | Contained in the Tk distribution. |
# Copyright (c) 1995-1996 Sun Microsystems, Inc. # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # #