summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorculler <culler>2017-11-30 06:02:06 (GMT)
committerculler <culler>2017-11-30 06:02:06 (GMT)
commitd3796dde97ae94f7185e2684540429b0859b2ce3 (patch)
tree078634c21cb472ddd777d3176ce8fdda14092413 /doc
parenta39f501d79c524995811455bd9a8b41e9f40b807 (diff)
downloadtk-d3796dde97ae94f7185e2684540429b0859b2ce3.zip
tk-d3796dde97ae94f7185e2684540429b0859b2ce3.tar.gz
tk-d3796dde97ae94f7185e2684540429b0859b2ce3.tar.bz2
Edit raise.n to document that iconified toplevels are deiconified by raise
on macOS.
Diffstat (limited to 'doc')
-rw-r--r--doc/raise.n3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/raise.n b/doc/raise.n
index be20c74..c8feb71 100644
--- a/doc/raise.n
+++ b/doc/raise.n
@@ -31,6 +31,9 @@ this could end up either raising or lowering \fIwindow\fR.
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.
+.PP
+On macOS raising an iconified \fBtoplevel\fR window causes it to be
+deiconified.
.SH EXAMPLE
.PP
Make a button appear to be in a sibling frame that was created after