Lines Matching refs:width

242     fw->form.old_width = fw->core.width;
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) )
280 request.width = width;
304 *ret_width = request.width;
314 * width, height - ** UNUSED **.
323 static Boolean Layout(fw, width, height, force_relayout)
325 Dimension width, height;
349 x = form->form.new_x + (*childP)->core.width +
371 fw->form.old_width = fw->core.width;
374 ret_val = (always_resize_children || ( (fw->core.width >= maxx) &&
464 ref->core.width + (ref->core.border_width << 1));
503 Dimension width, height;
510 fw->core.width, form->form.left );
518 fw->form.old_width, fw->core.width,
530 width = (Dimension)
535 XtConfigureWidget(*childP,x,y, (Dimension)width, (Dimension)height,
539 fw->form.old_width = fw->core.width;
573 allowed.width = request->width;
575 allowed.width = w->core.width;
582 if (allowed.width == w->core.width && allowed.height == w->core.height) {
598 old_width = w->core.width;
600 w->core.width = allowed.width;
610 ( fw, w->core.width, w->core.height,
617 w->core.width = old_width;
638 ( fw, w->core.width, w->core.height,
641 form->form.virtual_width = w->core.width; /* reset virtual */
642 form->form.virtual_height = w->core.height; /* width and height. */
658 w->core.width = old_width;
687 form->form.virtual_width = (int) new->core.width;
726 current->core.width == new->core.width &&
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.
762 if ( child->core.width != 1)
763 form->form.virtual_width = (int) child->core.width;
769 ((FormWidget) w, w->core.width,
780 reply->width = w->form.preferred_width;
785 && request->width == reply->width
788 else if (reply->width == w->core.width && reply->height == w->core.height)
839 w->core.width, w->core.height);