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
23
25 This procedure is invoked by image managers to find out the name of an
26 image. Given the token for the image, it returns the string name for
27 the image.
28
29
31 image manager, image name
32
33
34
35Tk 4.0 Tk_NameOfImage(3)