LispWorks IDE User Guide > 19 The Interface Builder > 19.4 Creating a menu system > 19.4.6 Adding menu components

NextPrevUpTopContentsIndex

19.4.6.3 Check components

Like radio components, check components place constraints on the behavior of their child items when selected. For each item in a check component, capi:item-selected either returns t or nil , and repeatedly selecting a given item toggles the value that is returned. Thus, check components allow you to define groups of menu items which can be turned on and off independently.

An example of a check component in the LispWorks IDE are the commands in the Tools > Customize menu, available from any window in the environment.

Click Check Component in the button bar of the Interface Builder to add a check component to the current interface. Like other components, check components must be added as the children of a menu, and are not visible until items have been added. Use the Item button to add an item to a check component; it is automatically given the correct menu type. Note that you cannot add a submenu as an item in a radio component.

Like radio components, the way that check components are indicated on-screen depend on the window manager or operating system being used. A tick to the left of any items which are "switched on" is typical. Alternatively, a square button to the left of check component items (depressed for items which are on) may be used.


LispWorks IDE User Guide (Windows version) - 22 Dec 2009

NextPrevUpTopContentsIndex