class TK_RADIO < $TK_WIDGET
****
Wiget representing radio buttons.


Flattened version is here

Ancestors
$TK_WIDGET



Public


Readable Attributes
attr command: ROUT;

Writable Attributes
attr command: ROUT;

Constants
const tk_widget_type: STR := "radiobutton";

Features
act_on(id:INT,args:ARRAY{STR})
command(c:ROUT): SAME
deselect
flash
invoke
select
**** Selecing a radio button delselects all other radio buttons associated to the same variable.


Private

default_config: TK_RADIO_CFG
default_init(c:TK_RADIO_CFG)

The Sather Home Page