From 8cfd3b4b0786ee35401c62d0cfa31b6ca679ad7a Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 5 May 2024 21:51:53 +0000 Subject: Document changes made in the previous commit and in [c7ae9a87]. --- doc/ttk_treeview.n | 16 ++++++++++++---- 1 file 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 -- cgit v0.12