CLIM mail archive
[Prev][Next][Index][Thread]
setting the items of a list-pane
Date: Sat, 16 Apr 94 19:52:11 +0200
X-Sender: moeller@kogs26.informatik.uni-hamburg.de
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
From: Ralf Moeller <moeller@informatik.uni-hamburg.de>
>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
In this context, the prefix is not "set-", it's "set-gadget-".
confusing. Consider the following:
(setf (value-gadget-value <value-gadget>) <value>)
References:
Main Index |
Thread Index