Specifications

Athena Widget Set libXaw 1.0.7
XawToggleSetCurrent locates the Toggle widget to be set by matching radio_data against the
radioData for each Toggle in the radio group. If none match, XawToggleSetCurrent returns
without making anychanges. If more than one Toggle matches, XawToggleSetCurrent will
choose a Toggle to set arbitrarily.Ifthis causes anyToggle widgets to change state, all routines in
their callback lists will be invoked. The callback routines for a Toggle that is to be unset will be
called before the one that is to be set.
Unsetting all Toggles in a radio group.
To unset all Toggle widgets in a radio group use XawToggleUnsetCurrent.
void XawToggleUnsetCurrent(radio_group);
Widget radio_group;
radio_group Specifies anyToggle widget in the radio group.
If this causes a Toggle widget to change state, all routines on its callback list will be invoked.
57