logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tk_NameOfImage - Return name of image.

Arguments

       Tk_ImageModel imageModel (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.

Keywords

       image manager, image name

Tk                                                     4.0                                   Tk_NameOfImage(3tk)

Name

       Tk_NameOfImage - Return name of image.

Synopsis

#include<tk.h>

       const char *
       Tk_NameOfImage(imageModel)

See Also