Lines Matching refs:core
206 {XtBaseOffset, (XtPointer)XtOffsetOf(WidgetRec, core.parent),
242 fw->form.old_width = fw->core.width;
243 fw->form.old_height = fw->core.height;
277 if ( (width == fw->core.width) && (height == fw->core.height) )
335 FormConstraints form = (FormConstraints)(*childP)->core.constraints;
345 form = (FormConstraints)(*childP)->core.constraints;
349 x = form->form.new_x + (*childP)->core.width +
350 ((*childP)->core.border_width << 1);
354 y = form->form.new_y + (*childP)->core.height +
355 ((*childP)->core.border_width << 1);
371 fw->form.old_width = fw->core.width;
372 fw->form.old_height = fw->core.height;
374 ret_val = (always_resize_children || ( (fw->core.width >= maxx) &&
375 (fw->core.height >= maxy)));
410 form = (FormConstraints)(*childP)->core.constraints;
419 (*childP)->core.x = form->form.new_x;
420 (*childP)->core.y = form->form.new_y;
431 FormConstraints form = (FormConstraints)w->core.constraints;
447 subs[0] = w->core.name;
448 subs[1] = w->core.parent->core.name;
460 FormConstraints ref_form = (FormConstraints) ref->core.constraints;
464 ref->core.width + (ref->core.border_width << 1));
467 FormConstraints ref_form = (FormConstraints) ref->core.constraints;
471 ref->core.height + (ref->core.border_width << 1));
507 FormConstraints form= (FormConstraints)(*childP)->core.constraints;
509 x = TransformCoord( (*childP)->core.x, fw->form.old_width,
510 fw->core.width, form->form.left );
511 y = TransformCoord( (*childP)->core.y, fw->form.old_height,
512 fw->core.height, form->form.top );
515 TransformCoord((Position)((*childP)->core.x
517 + 2 * (*childP)->core.border_width),
518 fw->form.old_width, fw->core.width,
520 - (x + 2 * (*childP)->core.border_width);
523 TransformCoord((Position)((*childP)->core.y
525 + 2 * (*childP)->core.border_width),
526 fw->form.old_height, fw->core.height,
528 - ( y + 2 * (*childP)->core.border_width);
536 (*childP)->core.border_width );
539 fw->form.old_width = fw->core.width;
540 fw->form.old_height = fw->core.height;
555 FormConstraints form = (FormConstraints) w->core.constraints;
567 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
575 allowed.width = w->core.width;
580 allowed.height = w->core.height;
582 if (allowed.width == w->core.width && allowed.height == w->core.height) {
589 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
598 old_width = w->core.width;
599 old_height = w->core.height;
600 w->core.width = allowed.width;
601 w->core.height = allowed.height;
609 (*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
610 ( fw, w->core.width, w->core.height,
617 w->core.width = old_width;
618 w->core.height = old_height;
637 if ((*((FormWidgetClass)fw->core.widget_class)->form_class.layout)
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;
659 w->core.height = old_height;
684 FormConstraints form = (FormConstraints)new->core.constraints;
685 FormWidget fw = (FormWidget)new->core.parent;
687 form->form.virtual_width = (int) new->core.width;
688 form->form.virtual_height = (int) new->core.height;
705 FormConstraints cfc = (FormConstraints) current->core.constraints;
706 FormConstraints nfc = (FormConstraints) new->core.constraints;
724 current->core.x == new->core.x &&
725 current->core.y == new->core.y &&
726 current->core.width == new->core.width &&
727 current->core.height == new->core.height &&
728 current->core.border_width == new->core.border_width)
752 form = (FormConstraints)child->core.constraints;
762 if ( child->core.width != 1)
763 form->form.virtual_width = (int) child->core.width;
764 if ( child->core.height != 1)
765 form->form.virtual_height = (int) child->core.height;
768 (*((FormWidgetClass)w->core.widget_class)->form_class.layout)
769 ((FormWidget) w, w->core.width,
770 w->core.height, TRUE);
788 else if (reply->width == w->core.width && reply->height == w->core.height)
830 FormConstraints form = (FormConstraints)w->core.constraints;
838 w->core.x, w->core.y,
839 w->core.width, w->core.height);