]> www.wagner.pp.ru Git - oss/ck.git/blob - doc/lower.n
Ck console graphics toolkit
[oss/ck.git] / doc / lower.n
1 '\"
2 '\" Copyright (c) 1990 The Regents of the University of California.
3 '\" Copyright (c) 1994 Sun Microsystems, Inc.
4 '\" Copyright (c) 1996-1999 Christian Werner
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 .so man.macros
10 .TH lower n 8.0 Ck "Ck Built-In Commands"
11 .BS
12 '\" Note:  do not modify the .SH NAME line immediately below!
13 .SH NAME
14 lower \- Change a window's position in the stacking order
15 .SH SYNOPSIS
16 \fBlower \fIwindow \fR?\fIbelowThis\fR?
17 .BE
18
19 .SH DESCRIPTION
20 .PP
21 If the \fIbelowThis\fR argument is omitted then the command lowers
22 \fIwindow\fR 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 \fIbelowThis\fR is specified then it must be the path name of
26 a window that is either a sibling of \fIwindow\fR or the descendant
27 of a sibling of \fIwindow\fR.
28 In this case the \fBlower\fR command will insert
29 \fIwindow\fR into the stacking order just below \fIbelowThis\fR
30 (or the ancestor of \fIbelowThis\fR that is a sibling of \fIwindow\fR);
31 this could end up either raising or lowering \fIwindow\fR.
32
33 .SH KEYWORDS
34 lower, obscure, stacking order