LispWorks CAPI User Guide > 5 Choices > 5.1 Choice classes

NextPrevUpTopContentsIndex

5.1.3 Check button panels

A group of check buttons can be created with the check-button-panel class. Any number of check buttons can be selected.

Here is an example of a check button panel:

(contain 
 (make-instance
  'check-button-panel
  :items '("Red" "Green" "Blue")))

Figure 5.3 A check button panel


LispWorks CAPI User Guide (Unix version) - 22 Dec 2009

NextPrevUpTopContentsIndex