Home
last modified time | relevance | path

Searched refs:winfo_containing (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/tkinter/
Ddnd.py154 target_widget = self.initial_widget.winfo_containing(x, y)
D__init__.py1097 def winfo_containing(self, rootX, rootY, displayof=0): member in Misc
/third_party/python/Tools/demo/
Dspreadsheet.py650 w = self.cellgrid.winfo_containing(event.x_root, event.y_root)