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

Lines Matching refs:rootY

757     def winfo_containing(self, rootX, rootY, displayof=0):
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
760 + self._displayof(displayof) + (rootX, rootY)
847 self.tk.call('winfo', 'rooty', self._w))
1434 (e.g. x, y, rootx, rooty)."""