summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-04-08 19:04:22 (GMT)
committerfvogel <fvogel@noemail.net>2016-04-08 19:04:22 (GMT)
commit7160043270984fcd4de149942d49c6eefc7677c9 (patch)
tree70de55955791fac81573e4ed73326461708745e9 /doc
parent144c589a66025f3a9b6730c9714f324621780789 (diff)
parent611537d5b606c7f23b0eeb4600360403a512ca5e (diff)
downloadtk-7160043270984fcd4de149942d49c6eefc7677c9.zip
tk-7160043270984fcd4de149942d49c6eefc7677c9.tar.gz
tk-7160043270984fcd4de149942d49c6eefc7677c9.tar.bz2
Documented the <<WidgetViewSync>> virtual event in the event man page
FossilOrigin-Name: f7a05d664c179accf8d25a609a85073400251748
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/text.n b/doc/text.n
index 1925f5e..9e6a479 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -980,7 +980,7 @@ geometry manager), one can resort to \fIpathName \fBsync\fR and \fIpathName
\fBpendingsync\fR to control the synchronization of the view of text widgets.
.PP
The \fB<<WidgetViewSync>>\fR virtual event fires when the line heights of the
-text widget becomes obsolete (due to some editing command or configuration
+text widget become obsolete (due to some editing command or configuration
change), and again when the internal data of the text widget 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).