From de7b4ec667039126edb1fc76898f79c4068231a7 Mon Sep 17 00:00:00 2001 From: griffin Date: Thu, 5 Aug 2021 17:47:37 +0000 Subject: Correct documentation for this new virtual event. --- doc/event.n | 12 ++++++------ 1 file 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<>\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<>\fR This is sent to a widget when the focus enters the widget because of a -- cgit v0.12