ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Tk_DeleteImage(3)                           Tk Library Procedures                          Tk_DeleteImage(3)



____________________________________________________________________________________________________________

NAME
       Tk_DeleteImage - Destroy an image.

SYNOPSIS
       #include <tk.h>

       Tk_DeleteImage(interp, name)

ARGUMENTS
       Tcl_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 manager



Tk                                                   4.0                                   Tk_DeleteImage(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.