Lines Matching refs:XtHeight
492 if (width == XtWidth(fw) && height == XtHeight(fw))
574 y = (Position)(form->form.new_y + XtHeight(*childP)
599 (XtWidth(fw) >= maxx && XtHeight(fw) >= maxy);
643 XtHeight(fw), form->form.top);
709 + XtHeight(ref)
755 XtHeight(fw), form->form.top);
765 fw->form.old_height, XtHeight(fw),
772 XtHeight(fw), form->form.top);
780 fw->form.old_height, XtHeight(fw),
801 fw->form.old_height = XtHeight(fw);
836 allowed.height = XtHeight(w);
838 if (allowed.width == XtWidth(w) && allowed.height == XtHeight(w)) {
853 old_height = XtHeight(w);
855 XtHeight(w) = allowed.height;
864 (fw, XtWidth(w), XtHeight(w), False);
870 XtHeight(w) = old_height;
888 (fw, XtWidth(w), XtHeight(w), False)) {
913 fw->form.old_height = XtHeight(fw);
925 nform->form.virtual_height = (short)XtHeight(nw);
931 XtHeight(w) = old_height;
976 form->form.virtual_height = (short)XtHeight(cnew);
1010 && XtHeight(current) == XtHeight(cnew)
1028 (fw, XtWidth(w), XtHeight(w), True);
1031 fw->form.old_height = XtHeight(w);
1045 form->form.virtual_height = (short)XtHeight(child);
1063 else if (reply->width == XtWidth(w) && reply->height == XtHeight(w))
1103 XtX(nw), XtY(nw), XtWidth(nw), XtHeight(nw));