summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-04-08 19:01:46 (GMT)
committerfvogel <fvogel@noemail.net>2016-04-08 19:01:46 (GMT)
commit38d00379e4e963d25c9f11f36f7693ab91dba61b (patch)
treec9a4622a0c75d2651fe5ee8e6bfe29e02c46dd90 /doc
parent90bba7eaacfc8a0c09f48dd4c388f2eec2baec16 (diff)
downloadtk-38d00379e4e963d25c9f11f36f7693ab91dba61b.zip
tk-38d00379e4e963d25c9f11f36f7693ab91dba61b.tar.gz
tk-38d00379e4e963d25c9f11f36f7693ab91dba61b.tar.bz2
Documented the <<WidgetViewSync>> virtual event in the event man page
FossilOrigin-Name: 7d2f75948b2450dd4fe175cb9d528decb9e6b962
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