summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2021-10-22 04:08:38 (GMT)
committergriffin <briang42@easystreet.net>2021-10-22 04:08:38 (GMT)
commitcb82f7301f4e551ffee1a2cb3fb881dfa66b197c (patch)
tree93485e7c605e708b86842989296bb5ceea95f75d /doc
parentec3e39ca0ca59f48c28e32651d7a5a09707ab7ae (diff)
parent4bc57ff33a4272f6b3f1030d6abd33d149aa6e02 (diff)
downloadtk-cb82f7301f4e551ffee1a2cb3fb881dfa66b197c.zip
tk-cb82f7301f4e551ffee1a2cb3fb881dfa66b197c.tar.gz
tk-cb82f7301f4e551ffee1a2cb3fb881dfa66b197c.tar.bz2
TIP 608 implementation - Add <<TkWorldChanged>> virtual 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 0160e26..9f5a4c6 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
+.
+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
user-driven