]> www.wagner.pp.ru Git - oss/ck.git/blob - doc/raise.n
Ck console graphics toolkit
[oss/ck.git] / doc / raise.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 raise 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 raise \- Change a window's position in the stacking order
15 .SH SYNOPSIS
16 \fBraise \fIwindow \fR?\fIaboveThis\fR?
17 .BE
18
19 .SH DESCRIPTION
20 .PP
21 If the \fIaboveThis\fR argument is omitted then the command raises
22 \fIwindow\fR so that it is above all of its siblings in the stacking
23 order (it will not be obscured by any siblings and will obscure
24 any siblings that overlap it).
25 If \fIaboveThis\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 \fBraise\fR command will insert
29 \fIwindow\fR into the stacking order just above \fIaboveThis\fR
30 (or the ancestor of \fIaboveThis\fR that is a sibling of \fIwindow\fR);
31 this could end up either raising or lowering \fIwindow\fR.
32
33 .SH KEYWORDS
34 obscure, raise, stacking order
35