
9 May
2008
9 May
'08
10:16 p.m.
Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv10826 Modified Files: gadgets.lisp Log Message: The default value of a list-pane should be NIL. --- /project/mcclim/cvsroot/mcclim/gadgets.lisp 2008/05/09 21:24:28 1.110 +++ /project/mcclim/cvsroot/mcclim/gadgets.lisp 2008/05/09 22:16:11 1.111 @@ -628,7 +628,8 @@ (:documentation "The instantiable class that implements an abstract list pane, that is, a gadget whose semantics are similar to a radio box or check box, but whose visual - appearance is a list of buttons.")) + appearance is a list of buttons.") + (:default-initargs :value nil)) (defclass option-pane (value-gadget) ()
6262
Age (days ago)
6262
Last active (days ago)
0 comments
1 participants
participants (1)
-
thenriksen