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

1.38 BLOX.BRadioGroup

Defined in namespace BLOX
Superclass: BLOX.BContainer
Category: Graphics-Windows
I am used to group many mutually-exclusive radio buttons together. In addition, just like every BContainer I can perform simple management by putting widgets next to each other, from left to right or (which is more useful in this particular case...) from top to bottom.

1.38.1 BLOX.BRadioGroup: accessing  (instance)
1.38.2 BLOX.BRadioGroup: widget protocol  (instance)


1.38.1 BLOX.BRadioGroup: accessing

value
Answer the index of the button that is currently selected, 1 being the first button added to the radio button group. 0 means that no button is selected

value: value
Force the value-th button added to the radio button group to be the selected one.


1.38.2 BLOX.BRadioGroup: widget protocol

destroyed
Private - The receiver has been destroyed, clear the corresponding Tcl variable to avoid memory leaks.



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


This document was generated on April, 16 2013 using texi2html