OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tk/] [doc/] [lower.n] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
'\"
2
'\" Copyright (c) 1990 The Regents of the University of California.
3
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
4
'\"
5
'\" See the file "license.terms" for information on usage and redistribution
6
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7
'\"
8
'\" RCS: @(#) $Id: lower.n,v 1.1.1.1 2002-01-16 10:25:49 markom Exp $
9
'\"
10
.so man.macros
11
.TH lower n 3.3 Tk "Tk Built-In Commands"
12
.BS
13
'\" Note:  do not modify the .SH NAME line immediately below!
14
.SH NAME
15
lower \- Change a window's position in the stacking order
16
.SH SYNOPSIS
17
\fBlower \fIwindow \fR?\fIbelowThis\fR?
18
.BE
19
 
20
.SH DESCRIPTION
21
.PP
22
If the \fIbelowThis\fR argument is omitted then the command lowers
23
\fIwindow\fR so that it is below all of its siblings in the stacking
24
order (it will be obscured by any siblings that overlap it and
25
will not obscure any siblings).
26
If \fIbelowThis\fR is specified then it must be the path name of
27
a window that is either a sibling of \fIwindow\fR or the descendant
28
of a sibling of \fIwindow\fR.
29
In this case the \fBlower\fR command will insert
30
\fIwindow\fR into the stacking order just below \fIbelowThis\fR
31
(or the ancestor of \fIbelowThis\fR that is a sibling of \fIwindow\fR);
32
this could end up either raising or lowering \fIwindow\fR.
33
 
34
.SH "SEE ALSO"
35
raise
36
 
37
.SH KEYWORDS
38
lower, obscure, stacking order

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.