diff options
author | fvogel <fvogelnew1@free.fr> | 2021-11-12 14:36:31 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-11-12 14:36:31 (GMT) |
commit | bc52b8485678245b43a48cec01756c05b11fc17d (patch) | |
tree | 797d6ff52013521d88a2e34caaf20a26909f2940 | |
parent | 2b9f0a32b94091c750e80106a7bc5b821d0d21a9 (diff) | |
parent | e86cf68e0eef1f2fb13b48c0a7947e6fc5fad945 (diff) | |
download | tk-bc52b8485678245b43a48cec01756c05b11fc17d.zip tk-bc52b8485678245b43a48cec01756c05b11fc17d.tar.gz tk-bc52b8485678245b43a48cec01756c05b11fc17d.tar.bz2 |
Fix [d6a1bc30cd]: Order of bindings in man bind doesn't reflect the default bindtags.
-rw-r--r-- | doc/bind.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,12 +54,12 @@ tags provide the following behavior: If a tag is the name of an internal window the binding applies to that window. .IP \(bu 3 +If the tag is the name of a class of widgets, such as \fBButton\fR, +the binding applies to all widgets in that class. +.IP \(bu 3 If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows. .IP \(bu 3 -If the tag is the name of a class of widgets, such as \fBButton\fR, -the binding applies to all widgets in that class; -.IP \(bu 3 If \fItag\fR has the value \fBall\fR, the binding applies to all windows in the application. .SH "EVENT PATTERNS" |