Lines Matching refs:XtHeight

254 	   horizontal ? XtWidth(clip) : XtHeight(clip));
314 XtSetArg(clip_args[arg_cnt], XtNheight, XtHeight(w)); arg_cnt++;
334 clip_height = XtHeight(w);
339 if (v_bar != NULL && XtHeight(w) > XtHeight(v_bar) + XtBorderWidth(v_bar))
340 clip_height = (Dimension)(clip_height - (XtHeight(v_bar) + XtBorderWidth(v_bar)));
421 XtResizeWidget(child, XtWidth(child), XtHeight(child), 0);
442 GetGeometry(widget, XtWidth(child), XtHeight(child));
444 ((FormWidget)w, XtWidth(w), XtHeight(w), True /* True? */);
468 XtHeight(clip), XtHeight(child));
482 .slider_height = XtHeight(clip),
484 .canvas_height = XtHeight(child)
501 if (-y + (int)XtHeight(clip) > XtHeight(child))
502 y = -(int)(XtHeight(child) - XtHeight(clip));
532 clip_height = XtHeight(w);
562 if (XtHeight(child) < clip_height)
565 intended.height = XtHeight(child);
572 preferred.height = XtHeight(child);
599 clip_height -= XtHeight(bar2) + XtBorderWidth(bar2);\
643 XtHeight(w->viewport.horiz_bar)
660 XtResizeWidget(bar, (Dimension)clip_width, (Dimension)XtHeight(bar), (Dimension)bw);
665 ? XtHeight(w) - XtHeight(bar) - bw : -bw));
688 ? XtHeight(w->viewport.horiz_bar) : -bw));
740 *clip_height -= XtHeight(w->viewport.horiz_bar) +
771 intended->height = XtHeight(child);
777 intended->height = XtHeight(child);
800 w->form.preferred_height = XtHeight(w);
839 y = (int)(-percent * XtHeight(child));
850 if (request->width < XtWidth(w) || request->height < XtHeight(w))
868 request->height = (Dimension)(request->height + XtHeight(sb));
874 #define HeightChange() (request->height != XtHeight(w))
934 rHeight ? request->height : XtHeight(w));
937 (rHeight && XtHeight(child) != request->height);
939 height_remaining = XtHeight(w);
947 height_remaining = (height_remaining - (unsigned)(XtHeight(bar) + XtBorderWidth(bar)));
984 XtHeight(child) = request->height;
1000 if (width == XtWidth(w) && height == XtHeight(w))
1010 if (((ViewportWidget)w)->viewport.allowvert && height > XtHeight(w))
1011 geometry.height = XtHeight(w);
1016 if (XtHeight(w) != 0)
1020 if (XtHeight(w) != 0)
1021 geometry.height = XtHeight(w);
1065 y = XtHeight(child);
1069 y = (int)((float)XtHeight(child) * yoff);
1091 if (y > XtHeight(child))
1092 y = (Position)XtHeight(child);