1

When extending a gtk cell renderer such as gtk.CellRendererPixbuf in python, what needs to be done to make sure drag and drop works?

Drag and drop works for gtk.CellRendererText but not for my custom CellRender where I have extended gtk.CellRendererPixbuf.

gpoo
  • 8,408
  • 3
  • 38
  • 53
Monkey Code
  • 592
  • 6
  • 20
  • 1
    What version of PyGTK and the GTK runtime are you using, and on what operating system? There are a few versions of GTK that break drag-and-drop in some situations on Microsoft Windows.. – Steven T. Snyder Oct 09 '11 at 05:32

0 Answers0