diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 08:15:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 08:15:25 (GMT) |
commit | 1d475e6af22ce0c572da3b7a8235d8a44a89207d (patch) | |
tree | 522d5f671b852ce05293258180c183c9a489403b /doc/wm.n | |
parent | 18cb58ab84107c6049642f8aea423dd75e25e4c1 (diff) | |
download | tk-1d475e6af22ce0c572da3b7a8235d8a44a89207d.zip tk-1d475e6af22ce0c572da3b7a8235d8a44a89207d.tar.gz tk-1d475e6af22ce0c572da3b7a8235d8a44a89207d.tar.bz2 |
(cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c
More Master->Container-related changes
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -708,18 +708,18 @@ case the command returns an empty string. If \fIstring\fR is not specified then the command returns the current title for the \fIwindow\fR. The title for a window defaults to its name. .TP -\fBwm transient \fIwindow\fR ?\fImaster\fR? +\fBwm transient \fIwindow\fR ?\fIcontainer\fR? . -If \fImaster\fR is specified, then the window manager is informed that +If \fIcontainer\fR is specified, then the window manager is informed that \fIwindow\fR is a transient window (e.g. pull-down menu) working on -behalf of \fImaster\fR (where \fImaster\fR is the path name for a -top-level window). If \fImaster\fR is specified as an empty string +behalf of \fIcontainer\fR (where \fIcontainer\fR is the path name for a +top-level window). If \fIcontainer\fR is specified as an empty string then \fIwindow\fR is marked as not being a transient window any more. Otherwise the command returns the path name of \fIwindow\fR's current -master, or an empty string if \fIwindow\fR is not currently a +container, or an empty string if \fIwindow\fR is not currently a transient window. A transient window will mirror state changes in the -master and inherit the state of the master when initially mapped. The -directed graph with an edge from each transient to its master must be +container and inherit the state of the container when initially mapped. The +directed graph with an edge from each transient to its container must be acyclic. In particular, it is an error to attempt to make a window a transient of itself. The window manager may also decorate a transient window differently, removing some features normally present (e.g., |