diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-03-21 08:12:31 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-03-21 08:12:31 (GMT) |
commit | e0647e3e4a618906e06ee99a11627b1b458ae2fb (patch) | |
tree | e6742ea0e3ff81554669f888e9e3796b4fc88384 /doc/ttk_spinbox.n | |
parent | 8f7707653b9ac42b85c20829da58e22406c6751f (diff) | |
download | tk-e0647e3e4a618906e06ee99a11627b1b458ae2fb.zip tk-e0647e3e4a618906e06ee99a11627b1b458ae2fb.tar.gz tk-e0647e3e4a618906e06ee99a11627b1b458ae2fb.tar.bz2 |
Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decrement>>
Diffstat (limited to 'doc/ttk_spinbox.n')
-rw-r--r-- | doc/ttk_spinbox.n | 5 |
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 |