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...
I am trying to write a virtual console that will allow the user to run programs from tcl/tk. The purpose is so the user can manupilate command-line parameters with check boxes so they don't have to retype them each time they want to change something. Here is my code:
#!/usr/bin/wish
# execlog -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.