Is it possible to Drag and Drop from Gtk to St/Gnome Shell? -
i have seen gnome shell libraries dnd.js
, xdndhndler.js
, i've seen these used shell-to-shell drag , drop. i've seen there lower level gdk set of functions, gtk dnd built on , possibly clutter well.
i dug question here answer emmanuele bassie implies can use gtkclutterembed catch clutter dnd's in gtk, not other way around because:
clutter not have xdnd implementation.
since gnome shell has xdndhandler.js
possible (feasible) implement dnd between gtk application , shell actor, such dragging file nautilus panel icon?
Comments
Post a Comment