Lines Matching refs:children
105 * resources that are attached to all children of the tree
239 * If there isn't more room in the children array,
247 pc->tree.children = (WidgetList) XtRealloc ((char *)pc->tree.children,
257 pc->tree.children[nindex] = node;
278 if (pc->tree.children[pos] == node) break;
283 * Decrement the number of children
292 pc->tree.children[i] = pc->tree.children[i+1];
294 pc->tree.children[pc->tree.n_children]=0;
397 tc->tree.children = (Widget *) NULL;
475 * from the old widget's children list and add it to the
509 tw->tree.tree_root = tc->tree.children[0];
516 insert_node (tc->tree.parent, tc->tree.children[i]);
586 Widget child = tw->composite.children[i];
613 Widget k = tc->tree.children[j];
697 * their children (or vice versa if the parent is larger than the children). *
740 Widget child = tc->tree.children[i];
807 * Set the positions of all children.
810 set_positions (tw, tc->tree.children[i], level + 1);
833 * If no children, then just lay out where requested.
863 * Have children, so walk down tree laying out children, then laying
879 child = tc->tree.children[i]; /* last value is used outside loop */
891 * now layout parent between first and last children
895 firstcc = TREE_CONSTRAINT (tc->tree.children[0]);
956 * this information to layout the children at each level.
972 * parent is centered between the first and last children.