summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-10-27 11:04:44 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-10-27 11:04:44 (GMT)
commit20d22728cd59fb31a975e46c7a1a329243d039d2 (patch)
tree7291a127fa858fdd5c308ef58ebe44325bcd11b6 /doc
parent63747c78a2430a9ef07fd9fe962a168da779e1a0 (diff)
parentbca8adc60104d63e7d58c2ba7b257378e83c3a10 (diff)
downloadtk-20d22728cd59fb31a975e46c7a1a329243d039d2.zip
tk-20d22728cd59fb31a975e46c7a1a329243d039d2.tar.gz
tk-20d22728cd59fb31a975e46c7a1a329243d039d2.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_treeview.n26
1 files changed, 11 insertions, 15 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n
index 125cc78..5fd5e6d 100644
--- a/doc/ttk_treeview.n
+++ b/doc/ttk_treeview.n
@@ -133,29 +133,25 @@ The column name. This is a read-only option.
For example, [\fI$pathname \fBcolumn #\fIn \fB\-id\fR]
returns the data column associated with display column #\fIn\fR.
.TP
-\fB\-anchor \fIanchor\fR
+\fB\-anchor\fR
Specifies how the text in this column should be aligned
-with respect to the cell. \fIAnchor\fR is one of
+with respect to the cell. One of
\fBn\fR, \fBne\fR, \fBe\fR, \fBse\fR,
\fBs\fR, \fBsw\fR, \fBw\fR, \fBnw\fR, or \fBcenter\fR.
.TP
-\fB\-minwidth \fIminwidth\fR
+\fB\-minwidth\fR
The minimum width of the column in pixels.
The treeview widget will not make the column any smaller than
\fB\-minwidth\fR when the widget is resized or the user drags a
-column separator. Default is 20 pixels.
-.TP
-\fB\-stretch \fIboolean\fR
-Specifies whether or not the column width should be adjusted
-when the widget is resized or the user drags a column separator.
-\fIBoolean\fR may have any of the forms accepted by \fBTcl_GetBoolean\fR.
-By default columns are stretchable.
-.TP
-\fB\-width \fIwidth\fR
-The width of the column in pixels. Default is 200 pixels. The specified
-column width may be changed by Tk in order to honor \fB\-stretch\fR
-and/or \fB\-minwidth\fR, or when the widget is resized or the user drags a
column separator.
+.TP
+\fB\-stretch\fR
+Specifies whether or not the column's width should be adjusted
+when the widget is resized.
+.TP
+\fB\-width \fIw\fR
+The width of the column in pixels. Default is something reasonable,
+probably 200 or so.
.PP
Use \fIpathname column #0\fR to configure the tree column.
.RE