DeleteImg.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: DeleteImg.3,v 1.3 2002/08/05 04:30:38 dgp Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_DeleteImage 3 4.0 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_DeleteImage - Destroy an image.
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. fBTk_DeleteImagefR(fIinterp, namefR)
  19. .SH ARGUMENTS
  20. .AS Tcl_Interp *interp
  21. .AP Tcl_Interp *interp in
  22. Interpreter for which the image was created.
  23. .AP "CONST char" *name in
  24. Name of the image.
  25. .BE
  26. .SH DESCRIPTION
  27. .PP
  28. fBTk_DeleteImagefR deletes the image given by fIinterpfR
  29. and fInamefR, if there is one.  All instances of that image
  30. will redisplay as empty regions.  If the given image does not
  31. exist then the procedure has no effect.
  32. .SH KEYWORDS
  33. delete image, image manager