Lines Matching refs:height
243 fw->form.old_height = fw->core.height;
254 * width, height - the new width and height.
261 ChangeFormGeometry(w, query_only, width, height, ret_width, ret_height)
264 Dimension width, height;
277 if ( (width == fw->core.width) && (height == fw->core.height) )
281 request.height = height;
306 *ret_height = request.height;
314 * width, height - ** UNUSED **.
323 static Boolean Layout(fw, width, height, force_relayout)
325 Dimension width, height;
354 y = form->form.new_y + (*childP)->core.height +
372 fw->form.old_height = fw->core.height;
375 (fw->core.height >= maxy)));
471 ref->core.height + (ref->core.border_width << 1));
503 Dimension width, height;
512 fw->core.height, form->form.top );
526 fw->form.old_height, fw->core.height,
532 height = (Dimension)
535 XtConfigureWidget(*childP,x,y, (Dimension)width, (Dimension)height,
540 fw->form.old_height = fw->core.height;
578 allowed.height = request->height;
580 allowed.height = w->core.height;
582 if (allowed.width == w->core.width && allowed.height == w->core.height) {
599 old_height = w->core.height;
601 w->core.height = allowed.height;
610 ( fw, w->core.width, w->core.height,
618 w->core.height = old_height;
638 ( fw, w->core.width, w->core.height,
642 form->form.virtual_height = w->core.height; /* width and height. */
659 w->core.height = old_height;
688 form->form.virtual_height = (int) new->core.height;
727 current->core.height == new->core.height &&
745 * Reset virtual width and height for all children.
757 * width or height one (1) in a form widget he will lose, can't win them all.
764 if ( child->core.height != 1)
765 form->form.virtual_height = (int) child->core.height;
770 w->core.height, TRUE);
781 reply->height = w->form.preferred_height;
786 && request->height == reply->height)
788 else if (reply->width == w->core.width && reply->height == w->core.height)
839 w->core.width, w->core.height);