Lines Matching refs:request
220 static void Initialize(request, new)
221 Widget request, new;
410 static XtGeometryResult GeometryManager(w, request, reply)
412 XtWidgetGeometry *request;
418 if ((request->request_mode & ~(XtCWQueryOnly | CWWidth | CWHeight)) ||
422 if (request->request_mode & CWWidth)
423 allowed.width = request->width;
427 if (request->request_mode & CWHeight)
428 allowed.height = request->height;
435 if (!(request->request_mode & XtCWQueryOnly)) {
447 static Boolean SetValues(current, request, new)
448 Widget current, request, new;
455 static void ConstraintInitialize(request, new)
456 Widget request, new;
472 static Boolean ConstraintSetValues(current, request, new)
473 Widget current, request, new;
516 static XtGeometryResult PreferredGeometry( widget, request, reply )
518 XtWidgetGeometry *request, *reply;
525 if ( request->request_mode & (CWWidth | CWHeight) ==
527 && request->width == reply->width
528 && request->height == reply->height)