Home
last modified time | relevance | path

Searched refs:newchildren (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/
Dttk.py1223 def set_children(self, item, *newchildren): argument
1229 self.tk.call(self._w, "children", item, newchildren)
/third_party/python/Doc/library/
Dtkinter.ttk.rst971 .. method:: set_children(item, *newchildren)
973 Replaces *item*'s child with *newchildren*.
975 Children present in *item* that are not present in *newchildren* are
976 detached from the tree. No items in *newchildren* may be an ancestor of
977 *item*. Note that not specifying *newchildren* results in detaching