Lines Matching refs:childP
550 Widget *childP;
554 for (childP = children; childP - children < num_children; childP++) {
555 FormConstraints form = (FormConstraints)(*childP)->core.constraints;
560 for (childP = children; childP - children < num_children; childP++) {
561 if (XtIsManaged(*childP)) {
565 form = (FormConstraints)(*childP)->core.constraints;
567 LayoutChild(*childP);
569 x = (Position)(form->form.new_x + XtWidth(*childP)
570 + (XtBorderWidth(*childP) << 1));
574 y = (Position)(form->form.new_y + XtHeight(*childP)
575 + (XtBorderWidth(*childP) << 1));
628 Widget *childP;
630 for (childP = children; childP - children < num_children; childP++) {
634 if (!XtIsManaged(*childP))
637 form = (FormConstraints)(*childP)->core.constraints;
658 XtX(*childP) = x;
659 XtY(*childP) = y;
662 XtMoveWidget(*childP, x, y);
735 Widget *childP;
745 for (childP = children; childP - children < num_children; childP++) {
746 FormConstraints form = (FormConstraints)(*childP)->core.constraints;
748 if (!XtIsManaged(*childP))
758 (XtBorderWidth(*childP) << 1),
761 (x + (XtBorderWidth(*childP) << 1));
764 (XtBorderWidth(*childP) << 1),
767 (y + (XtBorderWidth(*childP) << 1));
769 x = TransformCoord(XtX(*childP), fw->form.old_width,
771 y = TransformCoord(XtY(*childP), fw->form.old_height,
773 width = TransformCoord(XtX(*childP) + form->form.virtual_width +
774 (XtBorderWidth(*childP) << 1),
777 (x + (XtBorderWidth(*childP) << 1));
778 height = TransformCoord(XtY(*childP) + form->form.virtual_height +
779 (XtBorderWidth(*childP) << 1),
782 (y + (XtBorderWidth(*childP) << 1));
790 XtConfigureWidget(*childP,
793 XtBorderWidth(*childP));
889 Widget *childP;
914 for (childP = children; childP - children < num_children; childP++) {
915 Widget nw = *childP;
1024 WidgetList children, childP;
1032 for (children = childP = fw->composite.children;
1033 childP - children < num_children;
1034 childP++) {
1036 Widget child = *childP;
1084 Widget *childP;
1092 for (childP = children; childP - children < num_children; childP++) {
1093 Widget nw = *childP;