summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 14:09:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-03-14 14:09:03 (GMT)
commit63504284a60a6ae199422ecb41637700339cd333 (patch)
treea958d9b7481d9098b9553460b700b2e2ca107ceb /doc/bind.n
parent6669e94c070680392a0e8c77203e45084d9c09d0 (diff)
downloadtk-63504284a60a6ae199422ecb41637700339cd333.zip
tk-63504284a60a6ae199422ecb41637700339cd333.tar.gz
tk-63504284a60a6ae199422ecb41637700339cd333.tar.bz2
Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <Button-7> events. With test-cases and doc change.
Diffstat (limited to 'doc/bind.n')
-rw-r--r--doc/bind.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bind.n b/doc/bind.n
index ab02396..becc08b 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -351,7 +351,7 @@ position in the stacking order.
.PP
The last part of a long event specification is \fIdetail\fR. In the
case of a \fBButtonPress\fR or \fBButtonRelease\fR event, it is the
-number of a button (1\-5). If a button number is given, then only an
+number of a button (1\-9). If a button number is given, then only an
event on that particular button will match; if no button number is
given, then an event on any button will match. Note: giving a
specific button number is different than specifying a button modifier;