summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-04-08 19:01:46 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-04-08 19:01:46 (GMT)
commit5077869365e6523dddbd6aadb38e58dd32206cad (patch)
treec9a4622a0c75d2651fe5ee8e6bfe29e02c46dd90 /doc
parent42e24abdab002f3f1a1b9b06419c377461adf612 (diff)
downloadtk-5077869365e6523dddbd6aadb38e58dd32206cad.zip
tk-5077869365e6523dddbd6aadb38e58dd32206cad.tar.gz
tk-5077869365e6523dddbd6aadb38e58dd32206cad.tar.bz2
Documented the <<WidgetViewSync>> virtual event in the event man page
Diffstat (limited to 'doc')
-rw-r--r--doc/event.n6
1 files changed, 6 insertions, 0 deletions
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<<WidgetViewSync>>\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