lower.n

来自「linux系统下的音频通信」· N 代码 · 共 39 行

N
39
字号
'\"'\" Copyright (c) 1990 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) lower.n 1.9 96/06/14 14:19:56'\" .so man.macros.TH lower n 3.3 Tk "Tk Built-In Commands".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMElower \- Change a window's position in the stacking order.SH SYNOPSIS\fBlower \fIwindow \fR?\fIbelowThis\fR?.BE.SH DESCRIPTION.PPIf the \fIbelowThis\fR argument is omitted then the command lowers\fIwindow\fR so that it is below all of its siblings in the stackingorder (it will be obscured by any siblings that overlap it andwill not obscure any siblings).If \fIbelowThis\fR is specified then it must be the path name ofa window that is either a sibling of \fIwindow\fR or the descendantof 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 "SEE ALSO"raise.SH KEYWORDSlower, obscure, stacking order

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?