HomeSort by: relevance | last modified time | path
    Searched refs:radio_group (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Toggle.h 115 * 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
ToggleP.h 77 RadioGroup *radio_group; member in struct:__anon5783
  /xsrc/external/mit/libXaw/dist/examples/
toggle.c 9 static Widget radio_group; variable
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/
Toggle.c 236 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)
503 if (tw->command.set && radio_group != NULL)
504 XawToggleUnsetCurrent(radio_group);
    [all...]
  /xsrc/external/mit/xmh/dist/
bbox.c 97 Widget radio_group; local
115 radio_group = (button == buttonbox->button[0])
118 else radio_group = NULL;
119 XtSetArg(args[i], XtNradioGroup, radio_group); i++;
pick.c 165 Widget radio_group,
175 XtSetArg(args[n], XtNradioGroup, radio_group); n++;
  /xsrc/external/mit/bitmap/dist/
BitEdit.c 981 Widget radio_group = NULL; local
1102 radio_group = buttons[i].widget;
1147 XawToggleSetCurrent(radio_group, radio_data);

Completed in 9 milliseconds