OSDN Git Service

*** empty log message ***
[pf3gnuchains/sourceware.git] / tk / doc / NameOfImg.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_NameOfImage 3 4.0 Tk "Tk Library Procedures"
11 .BS
12 .SH NAME
13 Tk_NameOfImage \- Return name of image.
14 .SH SYNOPSIS
15 .nf
16 \fB#include <tk.h>\fR
17 .sp
18 CONST char *
19 \fBTk_NameOfImage\fR(\fItypePtr\fR)
20 .SH ARGUMENTS
21 .AS Tk_ImageMaster *masterPtr
22 .AP Tk_ImageMaster *masterPtr in
23 Token for image, which was passed to image manager's \fIcreateProc\fR when
24 the image was created.
25 .BE
26
27 .SH DESCRIPTION
28 .PP
29 This procedure is invoked by image managers to find out the name
30 of an image.  Given the token for the image, it returns the
31 string name for the image.
32
33 .SH KEYWORDS
34 image manager, image name