ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Tk_NameOfImage(3) Tk Library Procedures Tk_NameOfImage(3) ____________________________________________________________________________________________________________ NAME Tk_NameOfImage - Return name of image. SYNOPSIS #include <tk.h> CONST char * Tk_NameOfImage(typePtr) ARGUMENTS Tk_ImageMaster *masterPtr (in) Token for image, which was passed to image manager's cre-ateProc createProc ateProc 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(3) |
|