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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Toggle.h 151 * radio_data - radio data of the toggle widget to set
154 * Sets the Toggle widget associated with the radio_data specified.
159 XtPointer radio_data
ToggleP.h 74 XtPointer radio_data; member in struct:__anon5783
  /xsrc/external/mit/libXaw/dist/examples/
toggle.c 20 char *radio_data=XawToggleGetCurrent(radio_group); local
21 if (radio_data)
22 printf("radio_data=%s\n",radio_data);
24 printf("radio_data=%s\n","nodata");
  /xsrc/external/mit/libXaw/dist/src/
Toggle.c 109 offset(toggle.radio_data),
238 if (tw->toggle.radio_data == NULL)
239 tw->toggle.radio_data = (XtPointer)cnew->core.name;
545 return (local_tog->toggle.radio_data);
558 * radio_data - radio data of the toggle widget to set
561 * Sets the Toggle widget associated with the radio_data specified.
564 XawToggleSetCurrent(Widget radio_group, XtPointer radio_data)
574 if (local_tog->toggle.radio_data == radio_data &&
594 if (local_tog->toggle.radio_data == radio_data)
    [all...]
  /xsrc/external/mit/bitmap/dist/
BitEdit.c 982 XtPointer radio_data = NULL; local
1103 radio_data = buttons[i].name;
1147 XawToggleSetCurrent(radio_group, radio_data);
  /xsrc/external/mit/xmh/dist/
pick.c 166 XtPointer radio_data)
176 XtSetArg(args[n], XtNradioData, radio_data); n++;

Completed in 8 milliseconds