summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-05-05 21:51:53 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-05-05 21:51:53 (GMT)
commit8cfd3b4b0786ee35401c62d0cfa31b6ca679ad7a (patch)
treebbb7fc7dce153b7a0aa2aabb8c189ffa0052311a /doc
parent4a1ea025842883245014d58ce4786564089dce3b (diff)
downloadtk-8cfd3b4b0786ee35401c62d0cfa31b6ca679ad7a.zip
tk-8cfd3b4b0786ee35401c62d0cfa31b6ca679ad7a.tar.gz
tk-8cfd3b4b0786ee35401c62d0cfa31b6ca679ad7a.tar.bz2
Document changes made in the previous commit and in [c7ae9a87].
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_treeview.n16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n
index 8ff0091..05d9c75 100644
--- a/doc/ttk_treeview.n
+++ b/doc/ttk_treeview.n
@@ -323,6 +323,8 @@ Use \fIpathname heading #0\fR to configure the tree column heading.
Returns a description of the specified \fIcomponent\fR
under the point given by \fIx\fR and \fIy\fR,
or the empty string if no such \fIcomponent\fR is present at that position.
+The values \fIx\fR and \fIy\fR may have any of the forms acceptable to
+\fBTk_GetPixels\fR.
The following subcommands are supported:
.RS
.TP
@@ -715,14 +717,20 @@ are:
.br
\fB\-indent\fP \fIamount\fP
.RS
-Specifies how many pixels items are indented from their parents. Defaults to 20.
+Specifies how far items are indented from their parents. Defaults to 20 pixels.
+The value may have any of the forms acceptable to \fBTk_GetPixels\fR.
.RE
.br
-\fB\-columnseparatorwidth\fP \fIpixels\fP
+\fB\-columnseparatorwidth\fP \fIamount\fP
+.RS
+Specifies the width of column separators. Defaults to 1 pixel.
+The value may have any of the forms acceptable to \fBTk_GetPixels\fR.
+.RE
.br
-\fB\-rowheight\fP \fIpixels\fP
+\fB\-rowheight\fP \fIamount\fP
.RS
-This is the standard height for an item.
+This is the standard height for an item. Defaults to 20 pixels.
+The value may have any of the forms acceptable to \fBTk_GetPixels\fR.
If \fB\-rowheight\fP is not set by the style, it is set by measuring an
item and a cell layout with the style's settings.
This thus picks up the font and