Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dttk.py1198 def set_children(self, item, *newchildren): argument
1204 self.tk.call(self._w, "children", item, newchildren)
/external/python/cpython2/Doc/library/
Dttk.rst866 .. method:: set_children(item, *newchildren)
868 Replaces *item*'s child with *newchildren*.
870 Children present in *item* that are not present in *newchildren* are
871 detached from the tree. No items in *newchildren* may be an ancestor of
872 *item*. Note that not specifying *newchildren* results in detaching