
4.1 Choice classes
radio-button-panel class. Here is an example of a radio button panel:
(setq radio (make-instance 'radio-button-panel
                :items (list 1 2 3 4 5)
                :selection-callback 'test-callback))
(contain radio)
 
Figure 4.2 A group of radio-buttons
 
 
 
 
 
Generated with Harlequin WebMaker