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

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1990 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: lower.n,v 1.2 1998/09/14 18:22:57 stanton Exp $
  9. '" 
  10. .so man.macros
  11. .TH lower n 3.3 Tk "Tk Built-In Commands"
  12. .BS
  13. '" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. lower - Change a window's position in the stacking order
  16. .SH SYNOPSIS
  17. fBlower fIwindow fR?fIbelowThisfR?
  18. .BE
  19. .SH DESCRIPTION
  20. .PP
  21. If the fIbelowThisfR argument is omitted then the command lowers
  22. fIwindowfR so that it is below all of its siblings in the stacking
  23. order (it will be obscured by any siblings that overlap it and
  24. will not obscure any siblings).
  25. If fIbelowThisfR is specified then it must be the path name of
  26. a window that is either a sibling of fIwindowfR or the descendant
  27. of a sibling of fIwindowfR.
  28. In this case the fBlowerfR command will insert
  29. fIwindowfR into the stacking order just below fIbelowThisfR
  30. (or the ancestor of fIbelowThisfR that is a sibling of fIwindowfR);
  31. this could end up either raising or lowering fIwindowfR.
  32. .SH "SEE ALSO"
  33. raise
  34. .SH KEYWORDS
  35. lower, obscure, stacking order