|
Subject: Drawing xpm-icons to an accepting-values-steram Newsgroups: gmane.lisp.mcclim.devel Date: 2005-08-29 21:28:50 GMT (3 years, 44 weeks, 2 days, 8 hours and 27 minutes ago)
Hello,
This:
(defun test (&key (stream *query-io*))
(accepting-values (stream)
(clim-listener::draw-icon stream (clim-listener::icon-of #p"/non-existing"))))
does not work. It only draws a black box in the size of the icon. Any ideas?
Regards,
Max
--
Max-Gerd Retzlaff <m.retzlaff <at> gmx.net>
For your amusement:
The perversity of nature is nowhere better demonstrated by the fact that, when
exposed to the same atmosphere, bread becomes hard while crackers become soft.
Hello,
This:
(defun test (&key (stream *query-io*))
(accepting-values (stream)
(clim-listener::draw-icon stream (clim-listener::icon-of #p"/non-existing"))))
does not work. It only draws a black box in the size of the icon. Any ideas?
Regards,
Max
--
Max-Gerd Retzlaff <m.retzlaff <at> gmx.net>
For your amusement:
The perversity of nature is nowhere better demonstrated by the fact that, when
exposed to the same atmosphere, bread becomes hard while crackers become soft.
|
|
|