summaryrefslogtreecommitdiffstats
path: root/doc/ttk_spinbox.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-21 08:12:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-03-21 08:12:31 (GMT)
commit11459a5b8cef448ab00e3d558f47f6c408019784 (patch)
tree0818789587016f2205801ebcfb8645866547b223 /doc/ttk_spinbox.n
parent9c402860fb020d8e4edbbb2a738c1a0312fb3089 (diff)
downloadtk-11459a5b8cef448ab00e3d558f47f6c408019784.zip
tk-11459a5b8cef448ab00e3d558f47f6c408019784.tar.gz
tk-11459a5b8cef448ab00e3d558f47f6c408019784.tar.bz2
Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decrement>>bug_3608074
Diffstat (limited to 'doc/ttk_spinbox.n')
-rw-r--r--doc/ttk_spinbox.n5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n
index fefd287..7b291a9 100644
--- a/doc/ttk_spinbox.n
+++ b/doc/ttk_spinbox.n
@@ -77,6 +77,11 @@ Set the spinbox string to \fIvalue\fR. If a \fI\-format\fR option has
been configured then this format will be applied. If formatting fails
or is not set or the \fI\-values\fR option has been used then the value
is set directly.
+.SH "VIRTUAL EVENTS"
+.PP
+The spinbox widget generates a \fB<<Increment>>\fR virtual event when
+the user presses <Up>, and a \fB<<Decrement>>\fR virtual event when the
+user presses <Down>.
.SH "SEE ALSO"
ttk::widget(n), ttk::entry(n), spinbox(n)
.SH KEYWORDS