1lower(n)                     Tk Built-In Commands                     lower(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       lower - Change a window's position in the stacking order
9

SYNOPSIS

11       lower window ?belowThis?
12_________________________________________________________________
13
14

DESCRIPTION

16       If  the belowThis argument is omitted then the command lowers window so
17       that it is below all of its siblings in the stacking order (it will  be
18       obscured  by any siblings that overlap it and will not obscure any sib‐
19       lings).  If belowThis is specified then it must be the path name  of  a
20       window  that  is either a sibling of window or the descendant of a sib‐
21       ling of window.  In this case the lower command will insert window into
22       the  stacking  order just below belowThis (or the ancestor of belowThis
23       that is a sibling of window); this could end up either raising or  low‐
24       ering window.
25
26

SEE ALSO

28       raise
29
30

KEYWORDS

32       lower, obscure, stacking order
33
34
35
36Tk                                    3.3                             lower(n)
Impressum