summaryrefslogtreecommitdiffstats
path: root/doc/event.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)
commitdcb480050fc50f13fb1fbdfe617130f1b3258d6a (patch)
tree0818789587016f2205801ebcfb8645866547b223 /doc/event.n
parent5c89b362b6ecac50c761360c4c6e2662127fe574 (diff)
downloadtk-dcb480050fc50f13fb1fbdfe617130f1b3258d6a.zip
tk-dcb480050fc50f13fb1fbdfe617130f1b3258d6a.tar.gz
tk-dcb480050fc50f13fb1fbdfe617130f1b3258d6a.tar.bz2
Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and <<Decrement>>
Diffstat (limited to 'doc/event.n')
-rw-r--r--doc/event.n4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/event.n b/doc/event.n
index 69f336a..7bedea7 100644
--- a/doc/event.n
+++ b/doc/event.n
@@ -318,6 +318,10 @@ been pressed in combination with the Alt key. The usual response to
this is to either focus into the widget (or some related widget) or to
invoke the widget.
.TP
+\fB<<Invoke>>\fR
+This can be sent to some widgets (e.g. button, listbox, menu) as an
+alternative to <space>.
+.TP
\fB<<ListboxSelect>>\fR
This is sent to a listbox when the set of selected item(s) in the
listbox is updated.