From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16534 invoked by alias); 28 Oct 2002 21:34:29 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 16455 invoked from network); 28 Oct 2002 21:34:28 -0000 Received: from unknown (HELO pyxis.wanadoo.be) (195.74.212.24) by sources.redhat.com with SMTP; 28 Oct 2002 21:34:28 -0000 Received: from wanadoo.be (dial-59-216.wanadoo.be [212.65.59.216]) by pyxis.wanadoo.be (8.12.0/8.12.0) with ESMTP id g9SLYNjN023263; Mon, 28 Oct 2002 22:34:24 +0100 (MET) Message-ID: <3DBDBD5D.6030201@wanadoo.be> Date: Mon, 28 Oct 2002 13:34:00 -0000 From: Stanislas Pinte User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: guile-gtk , SmartList Subject: drag & drop with guile-gtk-1.2-0.31 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-DCC-wanadoo-be-Metrics: pyxis 1023; Body=2 Fuz1=2 Fuz2=2 X-SW-Source: 2002-q4/txt/msg00000.txt.bz2 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.