Searched refs:newchildren (Results 1 – 2 of 2) sorted by relevance
1198 def set_children(self, item, *newchildren): argument1204 self.tk.call(self._w, "children", item, newchildren)
866 .. method:: set_children(item, *newchildren)868 Replaces *item*'s child with *newchildren*.870 Children present in *item* that are not present in *newchildren* are871 detached from the tree. No items in *newchildren* may be an ancestor of872 *item*. Note that not specifying *newchildren* results in detaching