add to list-panel
1. The default initial value for the "items" slot of a list-panel is an empty vector, but vector-push-extend on it signaled an error "#() is not of type (SATISFIES ARRAY-HAS-FILL-POINTER-P)". Is there a simple function that gets as input: a list-panel and an object, and adds the object to the items of the list-panel at the end? At the beginning? (Is it documented?) 2. If I don't specify a reader for a pane inside an interface, is it ok to access it with slot-value? What about (setf (slot-value ..)) ? 3. I remember that I saw once in the documentation some command which initiates a demo program for CAPI, where each button launches another example. I can't find it now. Is there such a thing? Thanks, Iddo