Previous|Next|Index
A Label, a Button, and a Callback
The very basics of Tk or Applet programming:
- how to create labels
- how to create buttons
- how to bind a "callback function" to a button
As an additional bonus, the callback function will change the text in
the label.
source
Previous|Next|Index