diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-16 08:30:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-16 08:30:17 (GMT) |
commit | cbb0d3cf9c121bd4bb384481c3548b77c6baf69a (patch) | |
tree | 8d4987e78fc4a9e4f212ad5d8712240f554b44ab /doc/text.n | |
parent | e50ff59782eb62c098fa31ce44b5ef22696d23ba (diff) | |
download | tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.zip tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.gz tk-cbb0d3cf9c121bd4bb384481c3548b77c6baf69a.tar.bz2 |
Documentation update: Use Button in stead of ButtonPress and Key in stead of KeyPress events (except once, where we indicate that those are synonymes).
Diffstat (limited to 'doc/text.n')
-rw-r--r-- | doc/text.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1733,8 +1733,8 @@ all the sequences for which bindings have been defined for \fItagName\fR. .RS .PP The only events for which bindings may be specified are those related to the -mouse and keyboard (such as \fBEnter\fR, \fBLeave\fR, \fBButtonPress\fR, -\fBMotion\fR, and \fBKeyPress\fR) or virtual events. Event bindings for a text +mouse and keyboard (such as \fBEnter\fR, \fBLeave\fR, \fBButton\fR, +\fBMotion\fR, and \fBKey\fR) or virtual events. Event bindings for a text widget use the \fBcurrent\fR mark described under \fBMARKS\fR above. An \fBEnter\fR event triggers for a tag when the tag first becomes present on the current character, and a \fBLeave\fR event triggers for a tag when it ceases |