"Paul Werkowski" pw@snoopy.mv.com writes:
| 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.
(setf (gadget-value list-object) new-list) should work.
Doesn't this change only the selected item?
Paolo