Home | History | Annotate | Download | only in tkinter

Lines Matching defs:move

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