
1 CAPI Reference Entries
radio-button-panel is a pane containing a group of buttons of which only one can be selected at any time.
button-panel
radio-button-panel inherits all of its behavior frombutton-panel, which itself inherits most of its behavior fromchoice. Thus, the radio button panel can accept items, callbacks, and so forth.
(capi:contain (make-instance
'capi:radio-button-panel
:title "Select a color:"
:items '(:red :green :blue)
:print-function 'string-capitalize))
(setq buttons (capi:contain
(make-instance
'capi:radio-button-panel
:title "Select a color:"
:items '(:red :green :blue)
:print-function 'string-capitalize
:layout-class 'capi:column-layout)))
(capi:choice-selected-item buttons)
capi/elements/buttons.lisp
radio-buttonpush-button-panelcheck-button-panel

Generated with Harlequin WebMaker