guile-user
[Top][All Lists]
Advanced

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

drag & drop with guile-gtk-1.2-0.31


From: Stanislas Pinte
Subject: drag & drop with guile-gtk-1.2-0.31
Date: Mon, 28 Oct 2002 23:42:37 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]