summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-04-08 19:02:39 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-04-08 19:02:39 (GMT)
commit01568d7be6669acbf19c4d5a0ad4d1db7d83c74d (patch)
tree7dd66ef01276b475b496da9185eab3c54b555483
parent657e6e27be83fc64c885f36a1a1a0bfdd1bf9595 (diff)
parent5077869365e6523dddbd6aadb38e58dd32206cad (diff)
downloadtk-01568d7be6669acbf19c4d5a0ad4d1db7d83c74d.zip
tk-01568d7be6669acbf19c4d5a0ad4d1db7d83c74d.tar.gz
tk-01568d7be6669acbf19c4d5a0ad4d1db7d83c74d.tar.bz2
Documented the <<WidgetViewSync>> virtual event in the event man page
-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