0

I need to drag an one image and drop it into on an another image and also get an x-axis,y-axis value of position which i dropped image in tkinter using python.

Thanks in advance.

Python Team
  • 1,143
  • 4
  • 21
  • 50
  • What have you tried so far? Have you read the tkinter documentation about events and bindings? – Bryan Oakley Apr 04 '14 at 10:46
  • i created image on canvas in tkinter.I have to drag an image and to drop it onto another place(x-axis,y-axis). – Python Team Apr 04 '14 at 11:04
  • possible duplicate of [board-drawing code to move an oval](http://stackoverflow.com/questions/6740855/board-drawing-code-to-move-an-oval) – Bryan Oakley Apr 04 '14 at 13:15
  • ok this just stuck my mind..maybe wrong approach but: could try & bind the `` event maybe – Alok Apr 05 '14 at 03:24

0 Answers0