(type egg)
(signature "tk egg")
(timestamp 1612269487)
(sxml ((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/tk" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg")) (section 2 "tk" (toc) (section 3 "Description" (p "An interface to the Tk GUI toolkit (based on " (tt "scheme_wish") " by Sven Hartrumpf)")) (section 3 "Author" (p "Wolf-Dieter Busch (" (link "http://home.arcor.de/wolf-dieter.busch" "homepage") ")")) (section 3 "Documentation" (p "Usage:") (pre " (use tk)") (p "You can download the manual as a gzipped tar archive " (link "http://code.call-cc.org/legacy-eggs/tk-doc.tar.gz" "here") ". Besides of the technical data there is a little tutorial for the beginner (not yet completed).")) (section 3 "Changelog" (ul (li "1.9 Added support for static linking") (li "1.8 Ported to CHICKEN 4 by " (int-link "felix winkelmann")) (li "1.7 emits export information for " (tt "-check-imports")) (li "1.6 Escaped several special characters as they are sent to wish.") (li "1.5 run-program uses process instead of mknod such that it should be possible to use Chicken/Tk with Windows") (li "1.4 Optionally, you can give a name to a widget.") (li "1.3 Fixed a bug with events firing while " (tt "eval-wish") " expects its result. Corrected a design error: canvas widget's " (tt "bind") " subcommand is now usable.  Tutorial contains new chapter with interactive graphics.") (li "1.2 New widget scrolledtext, several bug fixes, documentation improvements") (li "1.1 New licence, better packaging, improved documentation") (li "1.0 Chicken/Tk appeared"))) (section 3 "License" (pre " Copyright (c) 2004, Wolf-Dieter Busch\n All rights reserved.") (p "This code is distributed under the " (link "http://code.call-cc.org/legacy-eggs/Bremer-Lizenz.pdf" "Bremen licence") " (German \"Bremer Lizenz\")")))))
