Files

These files are included:

tk.scm
some Scheme expressions providing all the necessary symbols but not those which are used internally. Symbols which are used for debugging purposes only are suppressed completely.

It is a “compilation” of these files:

scheme_wish.scm
Sven Hartrumpf wrote the highly portable interface
SchemeTk.scm
Scheme-specific extensions which allow you to use Tk without the Tcl/Tk knowledge. Tailored to chicken-specific functions but should be easily transferred to other Scheme implementations.
chicken-specific.scm
Some chicken-specific procedures, especially tk/console.

For an implementation of Guile/Tk (with all widgets but not tk/console), just use the file guile-specific.scm instead of chicken-specific.scm. If you want to transfer it to other implementations, e. g. Aubrey Jaffer’s SCM, change this file.


© Author | Home | Sitemap