1 CAPI Reference Entries

check-button-panel

Class

Summary

Acheck-button-panel is a pane containing a group of buttons each of which can be selected or deselected.

Superclasses

button-panel

Description

The classcheck-button-panel inherits all of its behavior frombutton-panel, which itself inherits most of its behavior fromchoice. Thus, thecheck-button-panel can accept items, callbacks, and so on.

Example

(capi:contain (make-instance
               'capi:check-button-panel
               :title "Select some packages"
               :items '("CAPI" "LISPWORKS" "CL-USER")))

(setq buttons (capi:contain (make-instance 'capi:check-button-panel :title "Select some packages" :items '("CAPI" "LISPWORKS" "CL-USER") :layout-class 'capi:column-layout)))

(capi:choice-selected-items buttons)

Example File

capi/elements/buttons.lisp

See Also

check-button
push-button-panel
radio-button-panel


CAPI Reference Manual, Liquid Common Lisp Version 5.0 - 3 OCT 1997

Generated with Harlequin WebMaker