summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-04-08 19:02:39 (GMT)
committerfvogel <fvogel@noemail.net>2016-04-08 19:02:39 (GMT)
commit144c589a66025f3a9b6730c9714f324621780789 (patch)
tree7dd66ef01276b475b496da9185eab3c54b555483
parenta06af6ebacaba6c4c6ea7c545c37aea65884619e (diff)
parent38d00379e4e963d25c9f11f36f7693ab91dba61b (diff)
downloadtk-144c589a66025f3a9b6730c9714f324621780789.zip
tk-144c589a66025f3a9b6730c9714f324621780789.tar.gz
tk-144c589a66025f3a9b6730c9714f324621780789.tar.bz2
Documented the <<WidgetViewSync>> virtual event in the event man page
FossilOrigin-Name: d24331e57b331237e3212b9106350763efab9f96
-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