Your Chicken/Tk application consists of following steps:
(load "chickenTk.scm") so that the extensions are present.
(start-tk) so that the Tk interpreter is ready to receive its definitions.
- Define your widgets and bindings. Scheme coding as needed.
(event-loop) invokes the connection previously established.
(end-tk) kills the Tk interpreter
(exit) if you think you're done.
© Author
| Home
| Sitemap
|