summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2021-08-04 21:40:11 (GMT)
committergriffin <briang42@easystreet.net>2021-08-04 21:40:11 (GMT)
commit5ebcc873d819a2a9ebdc6eb8416db300492e0961 (patch)
treed81c8ec6f364f9b58eb1195f0cdb1985ea290d4d /doc
parent17bb340843c3e1f794cb5696e45ca1cb069f64fc (diff)
downloadtk-5ebcc873d819a2a9ebdc6eb8416db300492e0961.zip
tk-5ebcc873d819a2a9ebdc6eb8416db300492e0961.tar.gz
tk-5ebcc873d819a2a9ebdc6eb8416db300492e0961.tar.bz2
Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event.
Diffstat (limited to 'doc')
-rw-r--r--doc/event.n9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/event.n b/doc/event.n
index 9ab48e5..786dcc6 100644
--- a/doc/event.n
+++ b/doc/event.n
@@ -343,6 +343,15 @@ This is sent to all widgets when the ttk theme changed. The ttk
widgets listen to this event and redisplay themselves when it fires.
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.
+.TP
\fB<<TraverseIn>>\fR
This is sent to a widget when the focus enters the widget because of a
user-driven