is-enabled? in radio-box%
Returns #t if the window is enabled when all of its ancestors
are enabled, #f otherwise.
(-> booleansenda-radio-boxis-enabled?)Returns
#fif the entire radio box is disabled,#totherwise.
(-> booleansenda-radio-boxis-enabled?n)
n: exact non-negative integerReturns
#fifnth radio button is disabled (independent of disabling the entire radio box),#totherwise. Radio buttons are numbered from0. Ifnis equal to or larger than the number of radio buttons in the radio box, anexn:fail:contractexception is raised.