GPRadioRow
Unit : GPManagerUnit
Association : GPRadioRowAsn
Inherits from : GPManager 
Description
- A simple manager that arranges the objects it contains in a vertical row. 
Objects that are added to the row appear below objects already in the row. 
All GPRadio managers are meant to contain only GPToggleButtons. 
GPRadio managers maintain that only one GPToggleButton is ever 
"on". Each time a GPToggleButton is pressed, a GPRadio manager 
calls the DeActivate method of the current GPToggleButton and 
then calls the Activate method of the GPToggleButton that was just 
pressed. Therefore, the radio manager turns a button "off" before turning 
the one pressed "on".
 Public Interface
- 
CONSTRUCTOR Init (containerLink: GPManagerAsn);
Initializes a GPRadioRow.
DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPRadioRow.
 Subclasses
- None 
 
Please report any problems with GP or the documentation to
GP Support
.
Loring Holden