On 12/5/05, Yaroslav Kavenchuk kavenchuk@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