From 5077869365e6523dddbd6aadb38e58dd32206cad Mon Sep 17 00:00:00 2001 From: fvogel Date: Fri, 8 Apr 2016 19:01:46 +0000 Subject: Documented the <> virtual event in the event man page --- doc/event.n | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/event.n b/doc/event.n index 12433cb..045339e 100644 --- a/doc/event.n +++ b/doc/event.n @@ -351,6 +351,12 @@ This is sent to a widget when the focus leaves the widget because of a user-driven .QW "tab to widget" action. +.TP +\fB<>\fR +This is sent to a text widget when its internal data become obsolete, +and again when these internal data are back in sync with the widget +view. The detail field (%d substitution) is either true (when the +widget is in sync) or false (when it is not). .PP Tk defines the following virtual events for the purposes of unifying bindings across multiple platforms. Users expect them to behave in the -- cgit v0.12