Sponsor:

Your company here, and a link to your site. Click to find out more.

Tk_NameOfImage - Man Page

Return name of image.

Synopsis

#include <tk.h>

const char *
Tk_NameOfImage(imageMaster)

Arguments

Tk_ImageMaster imageMaster (in)

Token for image, which was passed to image manager's createProc when the image was created.

Description

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.

Tk_ImageModel is synonym for Tk_ImageMaster

Keywords

image manager, image name

Info

4.0 Tk Library Procedures