Hello,
when I enable a Widget to receive Drops using drag_dest_set with target
entries STRING, text/plain, text/html, application/x-rootwin-drop (just
copied them from an example) I can copy & paste text snippets into my
widget, from the same Widget and from others and receive them using the
signa
Enrico Tröger:
>
> Hi,
>
> > [.. Dropping from other clients doesn't work ..]
>
> Try adding "text/uri-list" to the target entries.
>
> Regards,
> Enrico
>
Ah, merci that works :)
Greetings,
Norbert
___
gtk-app-devel-list mailing list
gtk-app-de
Hi,
I am working on streamlining my Gtk-Application for faster use. It is
currently running inside a StatusIcon and showing up a Menu right clicking
on it. Here the user shall enter a String for before starting an action, for
example a Search-Pattern before searching.
It seems not to be a problem