Note: This is taken from the Chicken Wiki, where a more recent version could be available.
tk
Description
An interface to the Tk GUI toolkit (based on scheme_wish by Sven Hartrumpf)
Author
Wolf-Dieter Busch (homepage)
Requirements
None
Download
tk.egg
Documentation
Usage:
(use tk)
You can download the manual as a gzipped tar archive here. Besides of the technical data there is a little tutorial for the beginner (not yet completed).
Changelog
- 1.7 emits export information for -check-imports
- 1.6 Escaped several special characters as they are sent to wish.
- 1.5 run-program uses process instead of mknod such that it should be possible to use Chicken/Tk with Windows
- 1.4 Optionally, you can give a name to a widget.
- 1.3 Fixed a bug with events firing while eval-wish expects its result. Corrected a design error: canvas widget's bind subcommand is now usable. Tutorial contains new chapter with interactive graphics.
- 1.2 New widget scrolledtext, several bug fixes, documentation improvements
- 1.1 New licence, better packaging, improved documentation
- 1.0 Chicken/Tk appeared
License
Copyright (c) 2004, Wolf-Dieter Busch
All rights reserved.
This code is distributed under the Bremen licence (German "Bremer Lizenz")