diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:35:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:35:58 (GMT) |
commit | 6b4003931a14f890e04b620d349878f3f09a3b4d (patch) | |
tree | d4116ef6a4c8db9adbdca6d52cd507517b4986d7 /doc/ttk_spinbox.n | |
parent | 45bc4b8ed5e03bb50fa2d084bc505d27fadd5db7 (diff) | |
parent | 11459a5b8cef448ab00e3d558f47f6c408019784 (diff) | |
download | tk-6b4003931a14f890e04b620d349878f3f09a3b4d.zip tk-6b4003931a14f890e04b620d349878f3f09a3b4d.tar.gz tk-6b4003931a14f890e04b620d349878f3f09a3b4d.tar.bz2 |
[Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.
Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
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 |