Lines Matching refs:children
79 XtOffsetOf(CompositeRec, composite.children), XtRImmediate, NULL},
227 XtFree((char *) cw->composite.children);
236 register WidgetList children;
239 children = cw->composite.children;
249 cw->composite.children = children =
250 XtReallocArray(children, cw->composite.num_slots,
253 /* Ripple children up one space from "position" */
255 children[i] = children[i - 1];
257 children[position] = w;
271 if (cw->composite.children[position] == w) {
278 /* Ripple children down one space from "position" */
281 cw->composite.children[i] = cw->composite.children[i + 1];
295 cw->composite.children = NULL;