| class TK_RADIO < $TK_WIDGET |
|---|
| **** | Wiget representing radio buttons. |
| $TK_WIDGET |
| attr command: ROUT; |
|---|
| attr command: ROUT; |
|---|
| const tk_widget_type: STR := "radiobutton"; |
|---|
| 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. |
| default_config: TK_RADIO_CFG |
|---|
| default_init(c:TK_RADIO_CFG) |
|---|