diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 14:53:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-07-17 14:53:45 (GMT) |
commit | 91b7f43efced30bbd8c90c646b87302f3bcc3a83 (patch) | |
tree | 718c7eabacd8c46f4ac0ee25dae2f5a162810968 /doc/raise.n | |
parent | d1a7264d29502cbc506fc826cf962a66d9e488e9 (diff) | |
download | tk-91b7f43efced30bbd8c90c646b87302f3bcc3a83.zip tk-91b7f43efced30bbd8c90c646b87302f3bcc3a83.tar.gz tk-91b7f43efced30bbd8c90c646b87302f3bcc3a83.tar.bz2 |
Minor documentation improvements
Diffstat (limited to 'doc/raise.n')
-rw-r--r-- | doc/raise.n | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/raise.n b/doc/raise.n index d2a48ba..b2856c1 100644 --- a/doc/raise.n +++ b/doc/raise.n @@ -27,6 +27,10 @@ In this case the \fBraise\fR command will insert \fIwindow\fR into the stacking order just above \fIaboveThis\fR (or the ancestor of \fIaboveThis\fR that is a sibling of \fIwindow\fR); this could end up either raising or lowering \fIwindow\fR. +.PP +All \fBtoplevel\fR windows may be restacked with respect to each +other, whatever their relative path names, but the window manager is +not obligated to strictly honor requests to restack. .SH EXAMPLE .PP Make a button appear to be in a sibling frame that was created after |