Lines Matching refs:request
331 TreeWidget request = (TreeWidget) grequest, new = (TreeWidget) gnew;
338 if ((int)request->core.width <= 0) new->core.width = 5;
339 if ((int)request->core.height <= 0) new->core.height = 5;
344 if (request->tree.hpad == 0 && request->tree.vpad == 0) {
345 if (IsHorizontal (request)) {
384 static void ConstraintInitialize (request, new, args, num_args)
385 Widget request, new;
464 static Boolean ConstraintSetValues (current, request, new, args, num_args)
465 Widget current, request, new;
522 static XtGeometryResult GeometryManager (w, request, reply)
524 XtWidgetGeometry *request;
533 if ((request->request_mode & CWX && request->x!=w->core.x)
534 ||(request->request_mode & CWY && request->y!=w->core.y))
541 if (request->request_mode & CWWidth)
542 w->core.width = request->width;
543 if (request->request_mode & CWHeight)
544 w->core.height = request->height;
545 if (request->request_mode & CWBorderWidth)
546 w->core.border_width = request->border_width;