~ubuntu-branches/ubuntu/dapper/tk8.0/dapper-updates

« back to all changes in this revision

Viewing changes to doc/DeleteImg.3

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2001-07-24 21:57:40 UTC
  • Revision ID: james.westby@ubuntu.com-20010724215740-r70t25rtmbqjil2h
Tags: upstream-8.0.5
ImportĀ upstreamĀ versionĀ 8.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: DeleteImg.3,v 1.2 1998/09/14 18:22:47 stanton Exp $
 
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 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