summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2021-08-05 17:47:37 (GMT)
committergriffin <briang42@easystreet.net>2021-08-05 17:47:37 (GMT)
commitde7b4ec667039126edb1fc76898f79c4068231a7 (patch)
tree82d8ca8a76f39cd76779f61042afa9e3aa334da7
parent5ebcc873d819a2a9ebdc6eb8416db300492e0961 (diff)
downloadtk-de7b4ec667039126edb1fc76898f79c4068231a7.zip
tk-de7b4ec667039126edb1fc76898f79c4068231a7.tar.gz
tk-de7b4ec667039126edb1fc76898f79c4068231a7.tar.bz2
Correct documentation for this new virtual event.
-rw-r--r--doc/event.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/event.n b/doc/event.n
index 786dcc6..afb5e4c 100644
--- a/doc/event.n
+++ b/doc/event.n
@@ -345,12 +345,12 @@ The legacy widgets ignore this event.
.TP
\fB<<TkWorldChanged>>\fR
.
-For font changes, this event is sent to widgets holding a reference to
-a modified font. The user_data field (%d) will have the value
-"FontChanged". For other system wide changes, this event will be sent
-to widgets potentially effected by the change, and the user_data field
-will indicate the cause of the change. NOTE: all tk and ttk widgets
-already handle this event internally.
+This event is sent to all widgets when a font is changed, for example,
+by the use of [font configure]. The user_data field (%d) will have the
+value "FontChanged". For other system wide changes, this event will
+be sent to all widgets, and the user_data field will indicate the
+cause of the change. NOTE: all tk and ttk widgets already handle this
+event internally.
.TP
\fB<<TraverseIn>>\fR
This is sent to a widget when the focus enters the widget because of a