Lines Matching refs:node
227 static void insert_node (parent, node)
228 Widget parent, node;
231 TreeConstraints nc = TREE_CONSTRAINT(node);
257 pc->tree.children[nindex] = node;
261 static void delete_node (parent, node)
262 Widget parent, node;
278 if (pc->tree.children[pos] == node) break;
404 * If this widget has a super-node, add it to that
405 * widget' sub-nodes list. Otherwise make it a sub-node of
694 * Each node in the tree is "shrink-wrapped" with a minimal bounding *