[ltk-user] bug?

Peter Herth p.herth at gmail.com
Mon Dec 5 16:08:32 UTC 2005


On 12/5/05, Yaroslav Kavenchuk <kavenchuk at jenty.by> wrote:
> Hi!
>
> clisp-2.36, ltk-0.876, Active Tcl 8.4.11.2, win2k
>
> All tests - (ltktest) and (ltk::ltk-eyes) - run without errors.
>
> But example from ltkdoc:
>
> [3]> (defun hello-1()
>        (with-ltk ()
>          (let ((b (make-instance button

You need to quote button as in (make-instance 'button

Peter



More information about the ltk-user mailing list