I have a Tcl / Tk application that generates many forms and wants to be able to customize the default widget fonts from a central location without having to configure each widget using the -font switch.
#!<path>/wish button .hello -text "Hello, World!" -command { exit } pack .hello puts "--- i would like to set this thing: [.hello configure -font] --- "
user101918
source share