diff options
author | fvogel <fvogelnew1@free.fr> | 2020-10-07 06:15:31 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-10-07 06:15:31 (GMT) |
commit | 736182eb0ce25a4d67ff0671135ccc197b954bc3 (patch) | |
tree | cc46335a6b6507e4f8977e21ccec072bb3cc5a04 /doc/bind.n | |
parent | fbacd0e2ad9c6122fe8f4cace1cfa004288a835f (diff) | |
parent | 888582768cbbae1ba3f694de7577ff2afeea3eff (diff) | |
download | tk-736182eb0ce25a4d67ff0671135ccc197b954bc3.zip tk-736182eb0ce25a4d67ff0671135ccc197b954bc3.tar.gz tk-736182eb0ce25a4d67ff0671135ccc197b954bc3.tar.bz2 |
Better wording for [0008d6a6b3]: Mouse pointer position reported in non-existing window. There is no actual bug, but the man page could be improved (even more).
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -286,8 +286,8 @@ it is destroyed. When the \fBDestroy\fR event is delivered to a widget, it is in a .QW half-dead -state: the widget still exists, but most operations on it will behave -in an undefined manner, and/or return arbitrary results. +state: the widget still exists, but operations that involve it +may return invalid results, or return an error. .RE .IP "\fBFocusIn\fR, \fBFocusOut\fR" 5 The \fBFocusIn\fR and \fBFocusOut\fR events are generated |