Back: BLOX.BProgress-accessing Up: BLOX package Forward: BLOX.BRadioButton-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.37 BLOX.BRadioButton

Defined in namespace BLOX
Superclass: BLOX.BButton
Category: Graphics-Windows
I am just one in a group of mutually exclusive buttons.

1.37.1 BLOX.BRadioButton: accessing  (instance)


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.



Back: BLOX.BRadioButton Up: BLOX.BRadioButton Forward: BLOX.BRadioGroup   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on February, 22 2012 using texi2html