This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

drag & drop with guile-gtk-1.2-0.31


hello,

I tried to find the functions, or any examples on how to do drag&drop with guile-gtk, but no way...

grepping guile-gtk-1.2-0.31 on "drag" just let see these enums....

./gdk-glue.c:127: { SCM_UNDEFINED, "drag-enter", GDK_DRAG_ENTER },
./gdk-glue.c:128: { SCM_UNDEFINED, "drag-leave", GDK_DRAG_LEAVE },
./gdk-glue.c:129: { SCM_UNDEFINED, "drag-motion", GDK_DRAG_MOTION },
./gdk-glue.c:130: { SCM_UNDEFINED, "drag-status", GDK_DRAG_STATUS },

however, in the GTK docs, the following functions are defined:

gtk_drag_source_set, gtk_drag_dest_set, ...

Any idea, any experience or example?

Thanks a lot,

Stan.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]