Ejemplo n.º 1
0
 def dnd_received(self, widget, context, x, y, sel, target, *args):
     if target == MQ_DND_URI_LIST:
         paths = gtklib.normalize_dnd_paths(sel.data)
         if paths:
             self.emit('files-dropped', paths, sel.data)