summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-23 19:27:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-23 19:27:22 (GMT)
commit4a635a2ac268c0734ec4265ac0071f56d3f82249 (patch)
tree4573d9fd44f919043efcd8c91d10e39cf5786cbb /doc
parent90913ce1f8b0d59e50df2ce83b0ae1d6dbba2c20 (diff)
parente4d5dbc5918a3c4eaff32f4e83b822b332602906 (diff)
downloadtk-4a635a2ac268c0734ec4265ac0071f56d3f82249.zip
tk-4a635a2ac268c0734ec4265ac0071f56d3f82249.tar.gz
tk-4a635a2ac268c0734ec4265ac0071f56d3f82249.tar.bz2
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_frame.n4
-rw-r--r--doc/ttk_label.n7
-rw-r--r--doc/ttk_labelframe.n4
-rw-r--r--doc/ttk_spinbox.n15
4 files changed, 18 insertions, 12 deletions
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index 413bb09..607e7ad 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -17,8 +17,8 @@ ttk::frame \- Simple container widget
A \fBttk::frame\fR widget is a container, used to group other widgets
together.
.SO ttk_widget
-\-class \-cursor \-padding \-style
-\-takefocus
+\-class \-cursor \-padding
+\-style \-takefocus
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.OP \-borderwidth borderWidth BorderWidth
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index 54c0f47..803eab4 100644
--- a/doc/ttk_label.n
+++ b/doc/ttk_label.n
@@ -18,9 +18,10 @@ A \fBttk::label\fR widget displays a textual label and/or image.
The label may be linked to a Tcl variable
to automatically change the displayed text.
.SO ttk_widget
-\-anchor \-class \-compound \-cursor
-\-font \-foreground
-\-image \-justify \-padding \-state \-style \-takefocus
+\-anchor \-class \-compound
+\-cursor \-font \-foreground
+\-image \-justify \-padding
+\-state \-style \-takefocus
\-text \-textvariable \-underline
\-width \-wraplength
.SE
diff --git a/doc/ttk_labelframe.n b/doc/ttk_labelframe.n
index 593d96c..b4940bd 100644
--- a/doc/ttk_labelframe.n
+++ b/doc/ttk_labelframe.n
@@ -18,8 +18,8 @@ A \fBttk::labelframe\fR widget is a container used to group other widgets
together. It has an optional label, which may be a plain text string or
another widget.
.SO ttk_widget
-\-class \-cursor \-padding \-style
-\-takefocus
+\-class \-cursor \-padding
+\-style \-takefocus
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
.\" XXX: Currently included, but may go away:
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n
index 49dc8ff..4f45ccf 100644
--- a/doc/ttk_spinbox.n
+++ b/doc/ttk_spinbox.n
@@ -21,8 +21,9 @@ of the \fBttk::entry\fR widget including support of the
\fB\-textvariable\fR option to link the value displayed by the widget
to a Tcl variable.
.SO ttk_widget
-\-class \-cursor \-state \-style
-\-takefocus \-xscrollcommand \-placeholder \-placeholderforeground
+\-class \-cursor \-state
+\-style \-takefocus \-xscrollcommand
+\-placeholder \-placeholderforeground
.SE
.SO ttk_entry
\-validate \-validatecommand
@@ -36,15 +37,15 @@ when using the \fB\-from\fR and \fB\-to\fR range.
This must be a format specifier of the form \fB%<pad>.<pad>f\fR,
as it will format a floating-point number.
.OP \-from from From
-A floating\-point value specifying the lowest value for the spinbox. This is
+A floating-point value specifying the lowest value for the spinbox. This is
used in conjunction with \fB\-to\fR and \fB\-increment\fR to set a numerical
range.
.OP \-increment increment Increment
-A floating\-point value specifying the change in value to be applied each
+A floating-point value specifying the change in value to be applied each
time one of the widget spin buttons is pressed. The up button applies a
positive increment, the down button applies a negative increment.
.OP \-to to To
-A floating\-point value specifying the highest permissible value for the
+A floating-point value specifying the highest permissible value for the
widget. See also \fB\-from\fR and \fB\-increment\fR.
range.
.OP \-values values Values
@@ -66,11 +67,15 @@ See the \fBttk::entry\fR manual for information about using the
.PP
The following subcommands are possible for spinbox widgets in addition to
the commands described for the \fBttk::entry\fR widget:
+.\" METHOD: get
.TP
\fIpathName \fBget\fR
+.
Returns the spinbox's current value.
+.\" METHOD: set
.TP
\fIpathName \fBset \fIvalue\fR
+.
Set the spinbox string to \fIvalue\fR. If a \fB\-format\fR option has
been configured then this format will be applied. If formatting fails
or is not set or the \fB\-values\fR option has been used then the value