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/raise.n,v 1.2 93/07/07 16:27:38 ouster Exp $ SPRITE (Berkeley)
|
|
'/"
|
|
.so man.macros
|
|
.HS raise tk 3.3
|
|
.BS
|
|
'\" Note: do not modify the .SH NAME line immediately below!
|
|
.SH NAME
|
|
raise \- Change a window's position in the stacking order
|
|
.SH SYNOPSIS
|
|
\fBraise \fIwindow \fR?\fIaboveThis\fR?
|
|
.BE
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
If the \fIaboveThis\fR argument is omitted then the command raises
|
|
\fIwindow\fR so that it is above all of its siblings in the stacking
|
|
order (it will not be obscured by any siblings and will obscure
|
|
any siblings that overlap it).
|
|
If \fIaboveThis\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 \fBraise\fR command will insert
|
|
\fIwindow\fR into the stacking order just above \fIaboveThis\fR
|
|
(or the ancestor of \fIaboveThis\fR that is a sibling of \fIwindow\fR);
|
|
this could end up either raising or lowering \fIwindow\fR.
|
|
|
|
.SH KEYWORDS
|
|
obscure, raise, stacking order
|