diff options
author | fvogel <fvogelnew1@free.fr> | 2016-04-08 19:04:09 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-04-08 19:04:09 (GMT) |
commit | fa289415c7aaacc173ab97665af201a54eae611a (patch) | |
tree | 260de70d35d16a2478f76ff7ef3785386c348673 | |
parent | 5077869365e6523dddbd6aadb38e58dd32206cad (diff) | |
download | tk-fa289415c7aaacc173ab97665af201a54eae611a.zip tk-fa289415c7aaacc173ab97665af201a54eae611a.tar.gz tk-fa289415c7aaacc173ab97665af201a54eae611a.tar.bz2 |
Fixed typo in [text] man page
-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). |