Home | History | Annotate | Download | only in lib-tk

Lines Matching defs:move

1352     def move(self, item, parent, index):
1355 It is illegal to move an item under one of its descendants. If
1359 self.tk.call(self._w, "move", item, parent, index)
1361 reattach = move # A sensible method name for reattaching detached items