In the documentation of Chicken/Tk, the Tk widget procedures are “translated” to Scheme-style lambda terms corresponding to their appropriate window element.
These lambda terms are notified as #<widget> as in this example of a button sub-command:
#<widget>
(#<widget> 'invoke)
© Author | Home | Sitemap