Drag'n Drop



Hi all,

I'm trying to use dnd in an application I'm developping, but I run into
few problems:

I can't figure out what do the four first fields of struct
GdkSelectionData mean;

                struct GtkSelectionData {
                        GdkAtom selection;
                        GdkAtom target;
                        GdkAtom type;
                        gint format;
                        guchar *data;
                        gint length;
                };

I've read the source of testdnd.c in the distribution, but if doesn't
help very much.

Any hints ???

Thanks

                    Billl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]