Drag and Drop Help

2007-12-07 Thread Mats Vold
I'm trying to create a drag and drop destination, and I have the following code (excerpt): gboolean drag_motion (GtkWidget *widget, GdkDragContext *context, gintx, ginty, guint time, gpointer

Re: Drag and Drop Help

2007-12-11 Thread jcupitt
On Dec 8, 2007 2:55 AM, Mats Vold <[EMAIL PROTECTED]> wrote: > I'm trying to create a drag and drop destination, and I have the following > code Have you tried the drag and drop example code that comes with gtk? Here's a widget from my app that displays a swatch of colour and lets you drag and dr