Home | History | Annotate | Download | only in tkinter

Lines Matching refs:where

13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event):
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event)
299 x, y = source.where(self.canvas, event)