lower.n
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
- '"
- '" Copyright (c) 1990 The Regents of the University of California.
- '" Copyright (c) 1994-1996 Sun Microsystems, Inc.
- '"
- '" See the file "license.terms" for information on usage and redistribution
- '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- '"
- '" RCS: @(#) $Id: lower.n,v 1.2 1998/09/14 18:22:57 stanton Exp $
- '"
- .so man.macros
- .TH lower n 3.3 Tk "Tk Built-In Commands"
- .BS
- '" Note: do not modify the .SH NAME line immediately below!
- .SH NAME
- lower - Change a window's position in the stacking order
- .SH SYNOPSIS
- fBlower fIwindow fR?fIbelowThisfR?
- .BE
- .SH DESCRIPTION
- .PP
- If the fIbelowThisfR argument is omitted then the command lowers
- fIwindowfR so that it is below all of its siblings in the stacking
- order (it will be obscured by any siblings that overlap it and
- will not obscure any siblings).
- If fIbelowThisfR is specified then it must be the path name of
- a window that is either a sibling of fIwindowfR or the descendant
- of a sibling of fIwindowfR.
- In this case the fBlowerfR command will insert
- fIwindowfR into the stacking order just below fIbelowThisfR
- (or the ancestor of fIbelowThisfR that is a sibling of fIwindowfR);
- this could end up either raising or lowering fIwindowfR.
- .SH "SEE ALSO"
- raise
- .SH KEYWORDS
- lower, obscure, stacking order