49 lines
2.0 KiB
Plaintext
49 lines
2.0 KiB
Plaintext
'\"
|
|
'\" Copyright (c) 1990 The Regents of the University of California.
|
|
'\" All rights reserved.
|
|
'\"
|
|
'\" Permission is hereby granted, without written agreement and without
|
|
'\" license or royalty fees, to use, copy, modify, and distribute this
|
|
'\" documentation for any purpose, provided that the above copyright
|
|
'\" notice and the following two paragraphs appear in all copies.
|
|
'\"
|
|
'\" IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
|
|
'\" FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
|
|
'\" ARISING OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
|
|
'\" CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
'\"
|
|
'\" THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
|
|
'\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
'\" AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
|
'\" ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
|
|
'\" PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
'\"
|
|
'\" $Header: /user6/ouster/wish/man/RCS/lower.n,v 1.2 93/07/07 16:27:47 ouster Exp $ SPRITE (Berkeley)
|
|
'/"
|
|
.so man.macros
|
|
.HS lower tk 3.3
|
|
.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?\fIbelowThis\fR?
|
|
.BE
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
If the \fIbelowThis\fR argument is omitted then the command lowers
|
|
\fIwindow\fR 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 \fIbelowThis\fR is specified then it must be the path name of
|
|
a window that is either a sibling of \fIwindow\fR or the descendant
|
|
of a sibling of \fIwindow\fR.
|
|
In this case the \fBlower\fR command will insert
|
|
\fIwindow\fR into the stacking order just below \fIbelowThis\fR
|
|
(or the ancestor of \fIbelowThis\fR that is a sibling of \fIwindow\fR);
|
|
this could end up either raising or lowering \fIwindow\fR.
|
|
|
|
.SH KEYWORDS
|
|
lower, obscure, stacking order
|