summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-09 15:36:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-09 15:36:21 (GMT)
commit00b8a9b7dca2e057f57acf088bb0792edc77769a (patch)
tree5848f45febe315b27140b5a80e3ea3cf164db06a /doc
parent931890373392ee479b548c0c334b508b41e27aa9 (diff)
parentc0cbf2de196d27643e7267a53c37d4bf4810ffef (diff)
downloadtk-00b8a9b7dca2e057f57acf088bb0792edc77769a.zip
tk-00b8a9b7dca2e057f57acf088bb0792edc77769a.tar.gz
tk-00b8a9b7dca2e057f57acf088bb0792edc77769a.tar.bz2
Update documentation, and final tweaks for TIP #581
Diffstat (limited to 'doc')
-rw-r--r--doc/grid.n8
-rw-r--r--doc/pack.n8
-rw-r--r--doc/place.n8
3 files changed, 9 insertions, 15 deletions
diff --git a/doc/grid.n b/doc/grid.n
index f4819e7..4fff2a8 100644
--- a/doc/grid.n
+++ b/doc/grid.n
@@ -301,7 +301,7 @@ The size is determined either by the \fIcontent\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 fI\window\fR ?\fI\-option value\fR?
+\fBgrid content fI\window\fR ?\fI\-option value\fR?
.
If no options are supplied, a list of all of the content in \window\fR
is returned, most recently managed first.
@@ -309,11 +309,9 @@ is returned, most recently managed first.
causes only the content in the row (or column) specified by \fIvalue\fR
to be returned.
.TP
-.VS "TIP 581"
-\fBgrid content \fIwindow\fR ?\fI\-option value\fR?
+\fBgrid slaves \fIwindow\fR ?\fI\-option value\fR?
.
-Synonym for . \fBgrid slaves \fIwindow\fR ?\fI\-option value\fR?
-.VE "TIP 581"
+Synonym for . \fBgrid content \fIwindow\fR ?\fI\-option value\fR?
.SH "RELATIVE PLACEMENT"
.PP
The \fBgrid\fR command contains a limited set of capabilities that
diff --git a/doc/pack.n b/doc/pack.n
index a568001..da09a6d 100644
--- a/doc/pack.n
+++ b/doc/pack.n
@@ -158,17 +158,15 @@ If \fIboolean\fR is omitted then the command returns \fB0\fR or
for \fIcontainer\fR.
Propagation is enabled by default.
.TP
-\fBpack slaves \fIwindow\fR
+\fBpack content \fIwindow\fR
Returns a list of all of the content windows in the packing order for \fIwindow\fR.
The order of the content windows in the list is the same as their order in
the packing order.
If \fIwindow\fR has no content then an empty string is returned.
.TP
-.VS "TIP 581"
-\fBpack content \fIwindow\fR
+\fBpack slaves \fIwindow\fR
.
-Synonym for . \fBpack slaves \fIwindow\fR
-.VE "TIP 581"
+Synonym for . \fBpack content \fIwindow\fR
.SH "THE PACKER ALGORITHM"
.PP
For each container the packer maintains an ordered list of content
diff --git a/doc/place.n b/doc/place.n
index f52ec53..d887ee7 100644
--- a/doc/place.n
+++ b/doc/place.n
@@ -191,15 +191,13 @@ The list consists of \fIoption\-value\fR pairs in exactly the
same form as might be specified to the \fBplace configure\fR
command.
.TP
-\fBplace slaves \fIwindow\fR
+\fBplace content \fIwindow\fR
Returns a list of all the content windows for which \fIwindow\fR is the container.
If there is no content for \fIwindow\fR then an empty string is returned.
.TP
-.VS "TIP 581"
-\fBplace content \fIwindow\fR
+\fBplace slaves \fIwindow\fR
.
-Synonym for . \fBplace slaves \fIwindow\fR
-.VE "TIP 581"
+Synonym for . \fBplace content \fIwindow\fR
.PP
If the configuration of a window has been retrieved with
\fBplace info\fR, that configuration can be restored later by