psychicdragon
January 27th, 2006, 01:23 AM
Anyone have much experience implementing drag-n-drop with PyGTK?
Here's what I want to do:
Drag an item from a gtk.TreeView (in my app) to a file manager (nautilus or whatever)
Create a new file object at the location from the file manager.
The second part is easy. I'm just unsure how I can get the location from the file manager.
Can someone provide me with a code-snippet to look at?
Thanks... :D
Here's what I want to do:
Drag an item from a gtk.TreeView (in my app) to a file manager (nautilus or whatever)
Create a new file object at the location from the file manager.
The second part is easy. I'm just unsure how I can get the location from the file manager.
Can someone provide me with a code-snippet to look at?
Thanks... :D