28 Jul
2005
28 Jul
'05
5:37 p.m.
I don't think there's a portable way to do this. Looking through the Franz guide, it doesn't seem like they have a way to do this at all. I guess we should add this to the TODO list. Also, relating to what Paul Werkowski suggests, I don't think (setf (gadget-value ...) ...) works right in our current implementation - the slot value may change, but the graphic display won't be updated, and strange things may happen relating to multiple selection. Another TODO. On 7/27/05, Paolo Amoroso <amoroso@mclink.it> wrote:
Is there a portable way of changing the list of items in a list-pane or option-pane after it has been created? I mean after it has given an initial value via the :items initarg.