Lines Matching defs:cnew
448 XawFormInitialize(Widget request _X_UNUSED, Widget cnew,
451 FormWidget fw = (FormWidget)cnew;
717 TransformCoord(int loc, unsigned int old, unsigned int cnew, XtEdgeType type)
721 loc = (int)(loc * ((double)cnew / (double)old));
724 loc += (int)cnew - (int)old;
941 XawFormSetValues(Widget current _X_UNUSED, Widget request _X_UNUSED, Widget cnew _X_UNUSED,
946 FormWidget f_new = (FormWidget)cnew;
956 XawReshapeWidget(cnew, npix);
965 XawFormConstraintInitialize(Widget request _X_UNUSED, Widget cnew,
968 FormConstraints form = (FormConstraints)cnew->core.constraints;
969 FormWidget fw = (FormWidget)cnew->core.parent;
972 form->form.virtual_x = XtX(cnew);
973 form->form.virtual_y = XtY(cnew);
975 form->form.virtual_width = (short)XtWidth(cnew);
976 form->form.virtual_height = (short)XtHeight(cnew);
989 XawFormConstraintSetValues(Widget current, Widget request _X_UNUSED, Widget cnew,
993 FormConstraints nfc = (FormConstraints)cnew->core.constraints;
1000 FormWidget fp = (FormWidget)XtParent(cnew);
1006 if (XtClass(XtParent(cnew)) == formWidgetClass
1007 && XtX(current) == XtX(cnew)
1008 && XtY(current) == XtY(cnew)
1009 && XtWidth(current) == XtWidth(cnew)
1010 && XtHeight(current) == XtHeight(cnew)
1011 && XtBorderWidth(current) == XtBorderWidth(cnew))