Lines Matching refs:reply
270 XtWidgetGeometry request, reply;
294 *result_ret = XtMakeGeometryRequest( (Widget) pw, &request, &reply );
306 *on_size_ret = GetRequestInfo( &reply, IsVert(pw) );
307 *off_size_ret = GetRequestInfo( &reply, !IsVert(pw) );
314 &request, &reply) == XtGeometryAlmost)
315 XtMakeGeometryRequest( (Widget) pw, &reply, &request);
1236 XtWidgetGeometry request, reply;
1255 if ((XtQueryGeometry( *childP, &request, &reply )
1257 (reply.request_mode = (vert ? CWHeight : CWWidth)))
1258 PaneInfo(*childP)->wp_size = GetRequestInfo(&reply, vert);
1419 static XtGeometryResult GeometryManager(w, request, reply)
1421 XtWidgetGeometry *request, *reply;
1471 * Set up reply struct and reset core on_size.
1476 reply->height = pane->size;
1477 reply->width = off_size;
1481 reply->height = off_size;
1482 reply->width = pane->size;
1503 almost = GetRequestInfo(request, !vert) != GetRequestInfo(reply, !vert);
1504 almost |= GetRequestInfo(request, vert) != GetRequestInfo(reply, vert);
1510 reply->request_mode = CWWidth | CWHeight;