Construct a grid of radio buttons to select from a range of options that are common to many items.
radiogrid(parent, label, rows, choices, initial = 1, label.rows = T)
| parent | the parent window |
|---|---|
| label | the label for the enclosing frame |
| rows | the labels for the rows/items |
| choices | the labels for the columns/choices |
| initial | the initial selection |
| label.rows | whether to label rows |
Returns an object of class radiogrid with elements
windowthe widget
selectedfunction that returns the state of the radiobuttons
statethe tclVars representing the state of the radiobuttons