NameOfImg.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1995-1996 Sun Microsystems, Inc.
  3. '"
  4. '" See the file "license.terms" for information on usage and redistribution
  5. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  6. '" 
  7. '" RCS: @(#) $Id: NameOfImg.3,v 1.3 2002/08/05 04:30:38 dgp Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_NameOfImage 3 4.0 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_NameOfImage - Return name of image.
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. CONST char *
  19. fBTk_NameOfImagefR(fItypePtrfR)
  20. .SH ARGUMENTS
  21. .AS Tk_ImageMaster *masterPtr
  22. .AP Tk_ImageMaster *masterPtr in
  23. Token for image, which was passed to image manager's fIcreateProcfR when
  24. the image was created.
  25. .BE
  26. .SH DESCRIPTION
  27. .PP
  28. This procedure is invoked by image managers to find out the name
  29. of an image.  Given the token for the image, it returns the
  30. string name for the image.
  31. .SH KEYWORDS
  32. image manager, image name