diff options
author | fvogel <fvogel@noemail.net> | 2016-04-08 19:04:22 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2016-04-08 19:04:22 (GMT) |
commit | 7160043270984fcd4de149942d49c6eefc7677c9 (patch) | |
tree | 70de55955791fac81573e4ed73326461708745e9 /doc | |
parent | 144c589a66025f3a9b6730c9714f324621780789 (diff) | |
parent | 611537d5b606c7f23b0eeb4600360403a512ca5e (diff) | |
download | tk-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.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |