radio-box-selections check-box-selections

Bug #493674 reported by Christophe Rhodes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
McCLIM
Confirmed
Low
Unassigned

Bug Description

Report from Paul Werkowski

 affects mcclim
 status confirmed
 importance low
 tag gadget radio-box check-box
 done

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.