Searched refs:radio_group (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DToggle.h115 * radio_group - any widget in the new list
123 Widget radio_group
131 * radio_group - any toggle widget in the toggle list
142 Widget radio_group
150 * radio_group - any toggle widget in the toggle list
158 Widget radio_group,
167 * radio_group - any toggle widget in the toggle list
170 * Unsets all Toggles in the radio_group specified.
174 Widget radio_group
H A DToggleP.h77 RadioGroup *radio_group; member in struct:__anon7d14a0520108
/xsrc/external/mit/libXaw/dist/examples/
H A Dtoggle.c9 static Widget radio_group; variable in typeref:typename:Widget
20 char *radio_data=XawToggleGetCurrent(radio_group);
30 XawToggleUnsetCurrent(radio_group);
37 XawToggleSetCurrent(radio_group,"3397");
60 XtNradioGroup,radio_group,
63 radio_group=toggle[0];
67 XtNradioGroup,radio_group,
74 XtNradioGroup,radio_group,
/xsrc/external/mit/libXaw/dist/src/
H A DToggle.c236 tw->toggle.radio_group = NULL;
358 return (tw->toggle.radio_group);
373 * A pointer to the group is added to each widget's radio_group field.
381 if (tw1->toggle.radio_group != NULL || tw2->toggle.radio_group != NULL)
409 tw->toggle.radio_group = local;
486 * radio_group - any widget in the new group
492 XawToggleChangeRadioGroup(Widget w, Widget radio_group) argument
503 if (tw->command.set && radio_group != NULL)
504 XawToggleUnsetCurrent(radio_group);
564 XawToggleSetCurrent(Widget radio_group,XtPointer radio_data) argument
616 XawToggleUnsetCurrent(Widget radio_group) argument
[all...]
/xsrc/external/mit/xmh/dist/
H A Dbbox.c97 Widget radio_group; local in function:bboxAddButton
115 radio_group = (button == buttonbox->button[0])
118 else radio_group = NULL;
119 XtSetArg(args[i], XtNradioGroup, radio_group); i++;
H A Dpick.c165 Widget radio_group,
175 XtSetArg(args[n], XtNradioGroup, radio_group); n++;
161 AddToggle(RowList row,const char * text,int initial_state,Widget radio_group,XtPointer radio_data) argument
/xsrc/external/mit/bitmap/dist/
H A DBitEdit.c981 Widget radio_group = NULL; local in function:main
1102 radio_group = buttons[i].widget;
1147 XawToggleSetCurrent(radio_group, radio_data);

Completed in 8 milliseconds