1lower(n) Tk Built-In Commands lower(n)
2
3
4
5______________________________________________________________________________
6
8 lower - Change a window's position in the stacking order
9
11 lower window ?belowThis?
12______________________________________________________________________________
13
15 If the belowThis argument is omitted then the command lowers window so
16 that it is below all of its siblings in the stacking order (it will be
17 obscured by any siblings that overlap it and will not obscure any sib‐
18 lings). If belowThis is specified then it must be the path name of a
19 window that is either a sibling of window or the descendant of a sib‐
20 ling of window. In this case the lower command will insert window into
21 the stacking order just below belowThis (or the ancestor of belowThis
22 that is a sibling of window); this could end up either raising or low‐
23 ering window.
24
25 All toplevel windows may be restacked with respect to each other, what‐
26 ever their relative path names, but the window manager is not obligated
27 to strictly honor requests to restack.
28
30 raise
31
33 lower, obscure, stacking order
34
35
36
37Tk 3.3 lower(n)