diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:58:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-27 11:58:20 (GMT) |
commit | 729820db14607dca8ab6a8185bef5928b8bbed6f (patch) | |
tree | 2398fdd617e2e98ab71885b07c48a1b3418f1cb0 /doc/ttk_spinbox.n | |
parent | 848a0b0986e95d797bcbb1f50240f345a9c2d9a9 (diff) | |
parent | be9d4efe7ba6f645e1cd3e8c93dfa13f634eb972 (diff) | |
download | tk-729820db14607dca8ab6a8185bef5928b8bbed6f.zip tk-729820db14607dca8ab6a8185bef5928b8bbed6f.tar.gz tk-729820db14607dca8ab6a8185bef5928b8bbed6f.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 2933ae7..67f397a 100644 --- a/doc/ttk_spinbox.n +++ b/doc/ttk_spinbox.n @@ -77,6 +77,11 @@ 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 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 |