set-selection in radio-box%
Sets the selected radio button by position. (The control's callback
procedure is not invoked.) Radio buttons are numbered from
0.
A radio box's selection can be changed by the user clicking the control, and such changes do not go through this method; use the control callback procedure (provided as an initialization argument) to monitor selection changes.
(-> voidsenda-radio-boxset-selectionn)
n: exact non-negative integerIf
nis equal to or larger than the number of radio buttons in the radio box, anexn:fail:contractexception is raised.