CLIM mail archive
[Prev][Next][Index][Thread]
obeying the sheet protocol
CLIM 2.0
Lispworks 3.2b and Allegro 4.2
When I execute this code:
(when (sheetp (frame-top-level-sheet *application-frame*))
(dolist (kid (sheet-children window))
...))
I get errors similar to this:
Error: No applicable methods for #<STANDARD-GENERIC-FUNCTION SHEET-CHILDREN 10A4F9B0>
with args (#<SCROLL-BAR-PANE :VERTICAL 100A3368>)
Is there some other way to insure that an object obeys the sheet protocol?
David L. Westbrook
westy@cs.umass.edu
Follow-Ups:
Main Index |
Thread Index