1Tk_NameOfImage(3) Tk Library Procedures Tk_NameOfImage(3)
2
3
4
5______________________________________________________________________________
6
8 Tk_NameOfImage - Return name of image.
9
11 #include <tk.h>
12
13 const char *
14 Tk_NameOfImage(typePtr)
15
17 Tk_ImageMaster *masterPtr (in) Token for image, which was
18 passed to image manager's cre‐
19 ateProc when the image was cre‐
20 ated.
21______________________________________________________________________________
22
24 This procedure is invoked by image managers to find out the name of an
25 image. Given the token for the image, it returns the string name for
26 the image.
27
29 image manager, image name
30
31
32
33Tk 4.0 Tk_NameOfImage(3)