Next Previous Up Top Contents Index

8.11 DUIM-Gadgets Module

<radio-button>

Open abstract instantiable class

Summary

The class of radio buttons.

Superclasses

<button> <action-gadget>

Init-keywords

None.

Library

duim-gadgets

Module

duim-gadgets

Description

The class of radio buttons. Isolated radio buttons are of limited use: you will normally want to combine several instances of such buttons using the <radio-box> gadget.

Figure 8.29 A radio button

Internally, this class maps into the radio button Windows control.

Operations

None.

Example

contain(make(<radio-button>, label: "Hello"));

See also

<button>, page 532

<check-button>, page 538

<menu-button>, page 616

<radio-box>, page 630


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index