diff options
author | fvogel <fvogelnew1@free.fr> | 2022-12-12 19:59:38 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-12-12 19:59:38 (GMT) |
commit | 9fac9b66aef229b3540f8b6ad93735aa68025356 (patch) | |
tree | 2a8c0b6e13f52276f64602229157794f83a5200d /doc | |
parent | 9ef14f63b395e482eb711ce33617b11993dc55f9 (diff) | |
parent | 72e0f8b3e611e86f8646d36ee861e8d37c27909c (diff) | |
download | tk-9fac9b66aef229b3540f8b6ad93735aa68025356.zip tk-9fac9b66aef229b3540f8b6ad93735aa68025356.tar.gz tk-9fac9b66aef229b3540f8b6ad93735aa68025356.tar.bz2 |
Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes. Also, document -indent treeview styling option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_treeview.n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index 8920ea9..c163603 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -608,6 +608,11 @@ are: .br \fB\-foreground\fP \fIcolor\fP .br +\fB\-indent\fP \fIamount\fP +.RS +Specifies how many pixels items are indented from their parents. Defaults to 20. +.RE +.br \fB\-columnseparatorwidth\fP \fIpixels\fP .br \fB\-rowheight\fP \fIpixels\fP |