Searched refs:newchildren (Results 1 – 2 of 2) sorted by relevance
1223 def set_children(self, item, *newchildren): argument1229 self.tk.call(self._w, "children", item, newchildren)
971 .. method:: set_children(item, *newchildren)973 Replaces *item*'s child with *newchildren*.975 Children present in *item* that are not present in *newchildren* are976 detached from the tree. No items in *newchildren* may be an ancestor of977 *item*. Note that not specifying *newchildren* results in detaching