[mcclim-devel] radio-box-selections check-box-selections

Paul Werkowski pw at snoopy.mv.com
Sat Apr 22 13:41:15 UTC 2006


radio-box-selections is supposed to return a list of *all* the toggle-button
gadgets.
Currently it is implemented as

(defmethod radio-box-selections ((pane radio-box))
  (let ((v (radio-box-current-selection pane)))
    (and v (list v))))

check-box-selections is similar, but is not implemented at all.

Paul






More information about the mcclim-devel mailing list