MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / move

Method move

tools/python-3.11.9-amd64/Lib/tkinter/dnd.py:248–250  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

246 self.x_orig, self.y_orig = self.canvas.coords(self.id)
247
248 def move(self, event):
249 x, y = self.where(self.canvas, event)
250 self.canvas.coords(self.id, x, y)
251
252 def putback(self):
253 self.canvas.coords(self.id, self.x_orig, self.y_orig)

Callers 10

dnd_motionMethod · 0.45
test_detach_reattachMethod · 0.45
test_indexMethod · 0.45
do_commandMethod · 0.45
gatherMethod · 0.45
mouse_moveMethod · 0.45
reportMethod · 0.45
erase_menuFunction · 0.45
keyloopFunction · 0.45

Calls 2

whereMethod · 0.95
coordsMethod · 0.45

Tested by 2

test_detach_reattachMethod · 0.36
test_indexMethod · 0.36