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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1994 The Regents of the University of California.
  3. '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
  4. '" Copyright (c) 2000 Ajuba Solutions.
  5. '"
  6. '" See the file "license.terms" for information on usage and redistribution
  7. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  8. '" 
  9. '" RCS: @(#) $Id: bell.n,v 1.4 2000/09/07 17:38:16 hobbs Exp $
  10. '" 
  11. .so man.macros
  12. .TH bell n 8.4 Tk "Tk Built-In Commands"
  13. .BS
  14. '" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. bell - Ring a display's bell
  17. .SH SYNOPSIS
  18. fBbell fR?fB-displayof fIwindowfR? ?fB-nicefR?
  19. .BE
  20. .SH DESCRIPTION
  21. .PP
  22. This command rings the bell on the display for fIwindowfR and
  23. returns an empty string.
  24. If the fB-displayoffR option is omitted, the display of the
  25. application's main window is used by default.
  26. The command uses the current bell-related settings for the display, which
  27. may be modified with programs such as fBxsetfR.
  28. .PP
  29. If fB-nicefR is not specified, this command also resets the screen saver
  30. for the screen.  Some screen savers will ignore this, but others will reset
  31. so that the screen becomes visible again.
  32. .SH KEYWORDS
  33. beep, bell, ring