Posted to tcl by oldlaptop at Mon Feb 03 18:05:21 GMT 2025view raw

  1. ttk::style theme create foo -parent clam
  2. ttk::style theme use foo
  3.  
  4. grid [ttk::button .hello -text "I should look clam-y, shouldn't I?" -command {puts "But I don't, apparently."}]