Searched defs:radio_group (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1ToggleP.h91 RadioGroup * radio_group; member in struct:__anon344
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DToggleP.h97 RadioGroup * radio_group; member in struct:__anon413
H A DToggle.c209 tw->toggle.radio_group = NULL;
354 return( tw->toggle.radio_group );
362 * NOTE: A pointer to the group is added to each widget's radio_group
374 if ( (tw1->toggle.radio_group != NULL) || (tw2->toggle.radio_group != NULL) ) {
401 tw->toggle.radio_group = local;
474 * radio_group - any widget in the new group.
480 XawToggleChangeRadioGroup(Widget w, Widget radio_group) argument
482 XawToggleChangeRadioGroup(w, radio_group)
483 Widget w, radio_group;
544 XawToggleSetCurrent(Widget radio_group, XtPointer radio_data) argument
597 XawToggleUnsetCurrent(Widget radio_group) argument
[all...]

Completed in 24 milliseconds