OSDN Git Service

*** empty log message ***
[pf3gnuchains/sourceware.git] / tk / doc / DeleteImg.3
1 '\"
2 '\" Copyright (c) 1995-1996 Sun Microsystems, Inc.
3 '\"
4 '\" See the file "license.terms" for information on usage and redistribution
5 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6 '\" 
7 '\" RCS: @(#) $Id$
8 '\" 
9 .so man.macros
10 .TH Tk_DeleteImage 3 4.0 Tk "Tk Library Procedures"
11 .BS
12 .SH NAME
13 Tk_DeleteImage \- Destroy an image.
14 .SH SYNOPSIS
15 .nf
16 \fB#include <tk.h>\fR
17 .sp
18 \fBTk_DeleteImage\fR(\fIinterp, name\fR)
19 .SH ARGUMENTS
20 .AS Tcl_Interp *interp
21 .AP Tcl_Interp *interp in
22 Interpreter for which the image was created.
23 .AP "CONST char" *name in
24 Name of the image.
25 .BE
26
27 .SH DESCRIPTION
28 .PP
29 \fBTk_DeleteImage\fR deletes the image given by \fIinterp\fR
30 and \fIname\fR, if there is one.  All instances of that image
31 will redisplay as empty regions.  If the given image does not
32 exist then the procedure has no effect.
33
34 .SH KEYWORDS
35 delete image, image manager