GTK Drag & Filename Drop from other Windows

2008-08-06 Thread Norbert Schultz
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

RE: GTK Drag & Filename Drop from other Windows

2008-08-07 Thread Norbert Schultz
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

Adding Entry into a MenuItem

2008-09-29 Thread Norbert Schultz
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