I am trying to create a dynamic GUI in Tcl/Tk. I have a spinbox that the user can manipulate, and I have a number of checkbuttons that I want to be able to refer to dynamically.
So, for example, in the spinbutton callback, $value refers to the value of the spinbutton. chk$value is the name of a...