Searched refs:wargs (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DDialog.c149 Arg wargs[4]; local in function:PopupDialog
152 XtSetArg(wargs[n], XtNlabel, message); n++;
153 XtSetArg(wargs[n], XtNvalue, suggestion); n++;
154 XtSetValues(popup->dialog_widget, wargs, n);
159 XtSetArg(wargs[n], XtNx, &top_x); n++;
160 XtSetArg(wargs[n], XtNy, &top_y); n++;
161 XtSetArg(wargs[n], XtNwidth, &top_width); n++;
162 XtSetArg(wargs[n], XtNheight, &top_height); n++;
163 XtGetValues(popup->top_widget, wargs, n);
166 XtSetArg(wargs[
[all...]
H A DBitEdit.c289 Arg wargs[2]; local in function:FixImage
294 XtSetArg(wargs[n], XtNbitmap, &old_image); n++;
295 XtGetValues(normal_image_widget, wargs, n);
301 XtSetArg(wargs[n], XtNbitmap, image); n++;
302 XtSetValues(normal_image_widget, wargs, n);
303 XtSetValues(inverted_image_widget, wargs, n);
313 Arg wargs[2]; local in function:FixStatus
319 XtSetArg(wargs[n], XtNlabel, &label); n++;
320 XtGetValues(status_widget, wargs, n);
324 XtSetArg(wargs[
342 Arg wargs[2]; local in function:FixEntry
694 Arg wargs[3]; local in function:SwitchImage
979 Arg wargs[2]; local in function:main
[all...]
/xsrc/external/mit/xmag/dist/
H A Dxmag.c224 Arg wargs[2]; int n; hlPtr data;
228 XtSetArg(wargs[0], XtNuserData, &data); n++;
229 XtGetValues(w, wargs, n);
247 Arg wargs[2]; int n; hlPtr data;
249 XtSetArg(wargs[0], XtNuserData, &data); n++;
250 XtGetValues(w, wargs, n);
269 Arg wargs[2]; int n; hlPtr data;
271 XtSetArg(wargs[0], XtNuserData, &data); n++;
272 XtGetValues(w, wargs, n);
304 Arg wargs[
220 Arg wargs[2]; int n; hlPtr data; local in function:CloseAP
242 Arg wargs[2]; int n; hlPtr data; local in function:SetCmapPropsAP
263 Arg wargs[2]; int n; hlPtr data; local in function:UnsetCmapPropsAP
296 Arg wargs[2]; int n; hlPtr data; local in function:ReplaceAP
317 Arg wargs[3]; local in function:PopupPixelAP
365 Arg wargs[3]; local in function:UpdatePixelAP
399 Arg wargs[3]; local in function:PopdownPixelAP
1050 Arg wargs[3]; local in function:RedoOldScale
[all...]
H A DScale.c1017 Arg wargs[2];
1020 XtSetArg(wargs[n], XtNimage, (XtArgVal) image); n++;
1021 XtSetValues(w, wargs, n);
989 Arg wargs[2]; local in function:SWSetImage
/xsrc/external/mit/xman/dist/
H A Dmisc.c81 Arg wargs[3]; local in function:PopupWarning
90 XtSetArg(wargs[n], XtNx, &topX);
92 XtSetArg(wargs[n], XtNy, &topY);
94 XtGetValues(top, wargs, n);
103 XtSetArg(wargs[n], XtNx, topX);
105 XtSetArg(wargs[n], XtNy, topY);
108 XtSetArg(wargs[n], XtNtransientFor, top);
111 initial_widget, wargs, n);
112 XtSetArg(wargs[0], XtNlabel, buffer);
114 warnShell, wargs,
1057 Arg wargs[2]; local in function:PositionCenter
[all...]

Completed in 6 milliseconds