[cl-gtk2-devel] let-ui find the class at macroexpansion

David Vázquez davazp at gmail.com
Wed Aug 18 13:34:24 UTC 2010


Hello,

I want to report I think it is a bug. A simple code:

   (defclass pb (progress-bar)
     nil
     (:metaclass gobject:gobject-class))

   (defun run ()
     (within-main-loop
       (let-ui (gtk-window
                :var win
                (pb))
         (widget-show win))))

It works well if when you compile run, pb class is defined. However, if
previous code is in a single file and you use compile-file, it fails. I
hope it was helpful.

It should be delayed at runtime I think.
Thanks! 

Greetings,
David.




More information about the cl-gtk2-devel mailing list