Implementation

Your Chicken/Tk application consists of following steps:

  1. (load "chickenTk.scm") so that the extensions are present.
  2. (start-tk) so that the Tk interpreter is ready to receive its definitions.
  3. Define your widgets and bindings. Scheme coding as needed.
  4. (event-loop) invokes the connection previously established.
  5. (end-tk) kills the Tk interpreter
  6. (exit) if you think you're done.

© Author | Home | Sitemap