CLIM mail archive
[Prev][Next][Index][Thread]
Re: another list-pane Q
-
To: chyde@BBN.COM
-
Subject: Re: another list-pane Q
-
From: Colin Meldrum <colin@franz.com>
-
Date: Wed, 03 Nov 93 09:49:11 -0800
-
Cc: clim@BBN.COM
-
In-Reply-To: Your message of Wed, 03 Nov 93 11:40:10 EST. <9311031701.AA29370@hyper.Franz.COM>
Date: Wed, 3 Nov 93 11:40:10 EST
From: chyde@BBN.COM
I've got a Motif list-box up. I want to be able to insert and remove
items in the list on the fly. it's easy enough to modify the 'items'
slot for the gadget, but how do I get that mod onto the screen?
i.e., if I push someting onto the item-list, how do I update the
actual motif widget from the new list?
Try using:
(setf (clim:set-gadget-items list-pane) items)
-----
Colin Meldrum, Franz Inc. 1995 University Avenue, Suite 275
colin@Franz.COM (internet) Berkeley, CA 94704
uunet!franz!colin (uucp) Phone: (510) 548-3600; FAX: (510) 548-8253
Main Index |
Thread Index