summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 10:08:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-03 10:08:01 (GMT)
commitdd934a212b23380896103b0f3a1ff1cccfc8718e (patch)
tree5e8e276649aa2a40644072cbc0c1b21b069df47b /doc
parent01d0823e8cde70b183341a77526428c573b8fd09 (diff)
parent1d475e6af22ce0c572da3b7a8235d8a44a89207d (diff)
downloadtk-dd934a212b23380896103b0f3a1ff1cccfc8718e.zip
tk-dd934a212b23380896103b0f3a1ff1cccfc8718e.tar.gz
tk-dd934a212b23380896103b0f3a1ff1cccfc8718e.tar.bz2
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/grid.n18
-rw-r--r--doc/pack.n2
-rw-r--r--doc/wm.n14
3 files changed, 17 insertions, 17 deletions
diff --git a/doc/grid.n b/doc/grid.n
index 3da8cfb..45d4177 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -48,10 +48,10 @@ top left cell is numbered from zero. If both \fIcolumn\fR and \fIrow\fR
arguments are specified, then the bounding box spanning the rows and columns
indicated is returned.
.TP
-\fBgrid columnconfigure \fImaster index \fR?\fI\-option value...\fR?
+\fBgrid columnconfigure \fIwindow index \fR?\fI\-option value...\fR?
.
Query or set the column properties of the \fIindex\fR column of the
-geometry master, \fImaster\fR.
+geometry manager, \fIwindow\fR.
The valid options are \fB\-minsize\fR, \fB\-weight\fR, \fB\-uniform\fR
and \fB\-pad\fR.
If one or more options are provided, then \fIindex\fR may be given as
@@ -240,10 +240,10 @@ If \fIboolean\fR is omitted then the command returns \fB0\fR or
for \fImaster\fR.
Propagation is enabled by default.
.TP
-\fBgrid rowconfigure \fImaster index \fR?\fI\-option value...\fR?
+\fBgrid rowconfigure \fIwindow index \fR?\fI\-option value...\fR?
.
Query or set the row properties of the \fIindex\fR row of the
-geometry master, \fImaster\fR.
+geometry manager, \fIwindow\fR.
The valid options are \fB\-minsize\fR, \fB\-weight\fR, \fB\-uniform\fR
and \fB\-pad\fR.
If one or more options are provided, then \fIindex\fR may be given as
@@ -295,16 +295,16 @@ may choose to resize itself (or otherwise respond) to such a change.
.VE TIP518
.RE
.TP
-\fBgrid size \fImaster\fR
+\fBgrid size \fIwindow\fR
.
-Returns the size of the grid (in columns then rows) for \fImaster\fR.
+Returns the size of the grid (in columns then rows) for \fIwindow\fR.
The size is determined either by the \fIslave\fR occupying the largest
row or column, or the largest column or row with a \fB\-minsize\fR,
\fB\-weight\fR, or \fB\-pad\fR that is non-zero.
.TP
-\fBgrid slaves \fImaster\fR ?\fI\-option value\fR?
+\fBgrid slaves \fIwindow\fR ?\fI\-option value\fR?
.
-If no options are supplied, a list of all of the slaves in \fImaster\fR
+If no options are supplied, a list of all of the slaves in \fIwindow\fR
are returned, most recently manages first.
\fIOption\fR can be either \fB\-row\fR or \fB\-column\fR which
causes only the slaves in the row (or column) specified by \fIvalue\fR
@@ -409,7 +409,7 @@ If propagation is disabled then grid will not set
the requested width and height of the master window.
This may be useful if, for example, you wish for a master
window to have a fixed size that you specify.
-.SH "RESTRICTIONS ON MASTER WINDOWS"
+.SH "RESTRICTIONS ON CONTAINER WINDOWS"
.PP
The master for each slave must either be the slave's parent
(the default) or a descendant of the slave's parent.
diff --git a/doc/pack.n b/doc/pack.n
index 980dd6e..05115e7 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -247,7 +247,7 @@ If propagation is disabled then the packer will not set
the requested width and height of the packer.
This may be useful if, for example, you wish for a master
window to have a fixed size that you specify.
-.SH "RESTRICTIONS ON MASTER WINDOWS"
+.SH "RESTRICTIONS ON CONTAINER WINDOWS"
.PP
The master for each slave must either be the slave's parent
(the default) or a descendant of the slave's parent.
diff --git a/doc/wm.n b/doc/wm.n
index aae68d9..5e6c394 100644
--- a/doc/wm.n
+++ b/doc/wm.n
@@ -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.,