Up: BLOX.BRadioButton   [Index]


1.37.1 BLOX.BRadioButton: accessing

callback: aReceiver message: aSymbol

Set up so that aReceiver is sent the aSymbol message (the name of a selector accepting at most two arguments) when the receiver is clicked. If the method accepts two arguments, the receiver is passed as the first parameter. If the method accepts one or two arguments, true is passed as the last parameter for interoperability with BToggle widgets.

value

Answer whether this widget is the selected one in its radio button group.

value: aBoolean

Answer whether this widget is the selected one in its radio button group. Setting this property to false for a group’s currently selected button unhighlights all the buttons in that group.