GTK+ FAQ | ||
---|---|---|
<<< Previous | Development with GTK+: general questions | Next >>> |
GTK+ has a high level set of functions for doing inter-process communication via the drag-and-drop system. GTK+ can perform drag-and-drop on top of the low level Xdnd and Motif drag-and-drop protocols.
The documentation on GTK+ drag-and-drop isn't complete, but there is some information in the Tutorial. You should also look at the drag-and-drop example code that is part of the GTK+ source distribution, in the file gtk/testdnd.c.
<<< Previous | Home | Next >>> |
How do I create a pixmap without having my window being realized/shown? | Up | Why does GTK+/GLib leak memory? |