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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1992-1994 The Regents of the University of California.
  3. '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
  4. '"
  5. '" See the file "license.terms" for information on usage and redistribution
  6. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. '" 
  8. '" RCS: @(#) $Id: ClrSelect.3,v 1.2 1998/09/14 18:22:46 stanton Exp $
  9. '" 
  10. .so man.macros
  11. .TH Tk_ClearSelection 3 4.0 Tk "Tk Library Procedures"
  12. .BS
  13. .SH NAME
  14. Tk_ClearSelection - Deselect a selection
  15. .SH SYNOPSIS
  16. .nf
  17. fB#include <tk.h>fR
  18. .sp
  19. fBTk_ClearSelectionfR(fItkwin, selectionfR)
  20. .SH ARGUMENTS
  21. .AS Tk_Window tkwin
  22. .AP Tk_Window tkwin in
  23. The selection will be cleared from the display containing this
  24. window.
  25. .AP Atom selection in
  26. The name of selection to be cleared.
  27. .BE
  28. .SH DESCRIPTION
  29. .PP
  30. fBTk_ClearSelectionfR cancels the selection specified by the atom 
  31. fIselectionfR for the display containing fItkwinfR.
  32. The selection need not be in fItkwinfR itself or even in
  33. fItkwinfR's application.
  34. If there is a window anywhere on fItkwinfR's display that
  35. owns fIselectionfR, the window will be notified and the
  36. selection will be cleared.
  37. If there is no owner for fIselectionfR on the display, then the
  38. procedure has no effect.
  39. .SH KEYWORDS
  40. clear, selection