NameOfImg.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
- '"
- '" 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.
- '"
- '" RCS: @(#) $Id: NameOfImg.3,v 1.3 2002/08/05 04:30:38 dgp Exp $
- '"
- .so man.macros
- .TH Tk_NameOfImage 3 4.0 Tk "Tk Library Procedures"
- .BS
- .SH NAME
- Tk_NameOfImage - Return name of image.
- .SH SYNOPSIS
- .nf
- fB#include <tk.h>fR
- .sp
- CONST char *
- fBTk_NameOfImagefR(fItypePtrfR)
- .SH ARGUMENTS
- .AS Tk_ImageMaster *masterPtr
- .AP Tk_ImageMaster *masterPtr in
- Token for image, which was passed to image manager's fIcreateProcfR when
- the image was created.
- .BE
- .SH DESCRIPTION
- .PP
- This procedure is invoked by image managers to find out the name
- of an image. Given the token for the image, it returns the
- string name for the image.
- .SH KEYWORDS
- image manager, image name