diff options
author | fvogel <fvogelnew1@free.fr> | 2020-10-02 19:49:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-10-02 19:49:57 (GMT) |
commit | 40174136d5d646395c582fb62ee167c984c101a1 (patch) | |
tree | 35e0eeec0882987832ef2574605e31c86b240648 /doc | |
parent | c398d6bf2cc0c663cf503457d334bb99bee735f7 (diff) | |
download | tk-40174136d5d646395c582fb62ee167c984c101a1.zip tk-40174136d5d646395c582fb62ee167c984c101a1.tar.gz tk-40174136d5d646395c582fb62ee167c984c101a1.tar.bz2 |
Backout code changes, improve documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -283,7 +283,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 fail. +state: the widget still exists, but most operations on it will behave +in an undefined manner, and/or return arbitrary results. .RE .IP "\fBFocusIn\fR, \fBFocusOut\fR" 5 The \fBFocusIn\fR and \fBFocusOut\fR events are generated |