summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-06-13 21:11:39 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-06-13 21:11:39 (GMT)
commita1fca5bd9c63d2eedbad4069647e1a0630c76648 (patch)
tree0c6b7e9a4ae9f6e5f755b86d66738f3404b57276
parentc05f3ad1956c0003a4ab7c1007f2b50b02b984f8 (diff)
downloadtk-a1fca5bd9c63d2eedbad4069647e1a0630c76648.zip
tk-a1fca5bd9c63d2eedbad4069647e1a0630c76648.tar.gz
tk-a1fca5bd9c63d2eedbad4069647e1a0630c76648.tar.bz2
Add documentation
-rw-r--r--doc/ttk_style.n25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ttk_style.n b/doc/ttk_style.n
index 057a1db..a042143 100644
--- a/doc/ttk_style.n
+++ b/doc/ttk_style.n
@@ -169,6 +169,31 @@ ttk::style layout Horizontal.TScrollbar {
}
}
.CE
+.SH ROOT STYLE
+.PP
+The
+.QW .
+theme root style can be configured like any other style, providing defaults
+for its derived styles. In addition to the usual options,
+.QW .
+styling options configurable with \fBttk::style\fP are:
+.PP
+\fB\-insertofftime\fP \fIamount\fP
+.RS
+Specifies a non-negative integer value indicating the number of milliseconds
+the insertion cursor should remain
+.QW off
+in each blink cycle. If this option is zero then the cursor does not blink:
+it is on all the time.
+.RE
+.PP
+\fB\-insertontime\fP \fIamount\fP
+.RS
+Specifies a non-negative integer value indicating the number of milliseconds
+the insertion cursor should remain
+.QW on
+in each blink cycle.
+.RE
.SH "SEE ALSO"
ttk::intro(n), ttk::widget(n), photo(n), ttk_image(n)
.SH KEYWORDS