Lines Matching defs:widget
62 XtVaGetSubresources(Widget widget,
75 WIDGET_TO_APPCON(widget);
86 _XtGetSubresources(widget, base, name, class, resources, num_resources,
96 XtVaGetApplicationResources(Widget widget,
107 WIDGET_TO_APPCON(widget);
118 _XtGetApplicationResources(widget, base, resources, num_resources,
128 GetTypedArg(Widget widget,
152 XtAppWarningMsg(XtWidgetToApplicationContext(widget),
163 XtGetValues(widget, &arg, 1);
170 if (!XtConvertAndStore(widget, from_type, &from_val,
177 params[1] = XtName(widget);
178 XtAppWarningMsg(XtWidgetToApplicationContext(widget),
181 "Insufficient space for converted type '%s' in widget '%s'",
190 params[2] = XtName(widget);
191 XtAppWarningMsg(XtWidgetToApplicationContext(widget),
194 "Type conversion (%s to %s) failed for widget '%s'",
202 GetNestedArg(Widget widget,
212 GetTypedArg(widget, avlist, resources, num_resources);
215 count += GetNestedArg(widget, (XtTypedArgList) avlist->value,
229 XtVaGetValues(Widget widget, ...)
239 WIDGET_TO_APPCON(widget);
242 va_start(var, widget);
256 va_start(var, widget);
266 XtGetResourceList(XtClass(widget), &resources,
270 GetTypedArg(widget, &typed_arg, resources, num_resources);
274 XtGetResourceList(XtClass(widget), &resources,
278 count += GetNestedArg(widget, va_arg(var, XtTypedArgList),
293 XtGetValues(widget, args, (Cardinal) count);