CLIM mail archive

[Prev][Next][Index][Thread]

Re: setting the items of a list-pane



>Is there a way to set the items of a list-pane (and to force
>an update of the display including scrollbar size etc.)
>while the corresponing CLIM frame is running?

We found the answer ourselves:

(setf (set-gadget-items <list-pane>) <items>)

The class set-gadget-mixin is undocumented and the prefix "set-" is
confusing. Consider the following:

(setf (value-gadget-value <value-gadget>) <value>)
       ??????


rm




Follow-Ups:

Main Index | Thread Index