From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.user Subject: Re: gtk-canvas bindings for guile, second attempt (errata) Date: Sun, 20 Oct 2002 15:56:29 +0200 Sender: guile-user-admin@gnu.org Message-ID: <20021020135629.GA3667@www> References: <20021018111146.GA18333@www> <20021018114138.GA18517@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035121229 20111 80.91.224.249 (20 Oct 2002 13:40:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 13:40:29 +0000 (UTC) Cc: guile-user@gnu.org, rm@fabula.de Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183GJf-0005EE-00 for ; Sun, 20 Oct 2002 15:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183GIa-00059m-00; Sun, 20 Oct 2002 09:39:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 183GHk-0002xw-00 for guile-user@gnu.org; Sun, 20 Oct 2002 09:38:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 183GHh-0002vk-00 for guile-user@gnu.org; Sun, 20 Oct 2002 09:38:27 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by monty-python.gnu.org with esmtp (Exim 4.10) id 183GHd-0002rk-00 for guile-user@gnu.org; Sun, 20 Oct 2002 09:38:21 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id 937BD104906; Sun, 20 Oct 2002 15:56:29 +0200 (CEST) Original-To: tomas@fabula.de Content-Disposition: inline In-Reply-To: <20021018114138.GA18517@www> User-Agent: Mutt/1.3.24i Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1232 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1232 On Fri, Oct 18, 2002 at 01:41:38PM +0200, tomas@fabula.de wrote: > [...] > It's > > Sorry, folks :-/ > > (BTW: lots o'compiler warnings and things. They'll be taken > care of, I hope. Besides, don't try a `make install' yet -- > it won't work). Hi Tomas ;-) Just a few remarks: Your FIXME in 'test-gtk-canvas.scm' about 'set_smooth' not working: After adding more bindings to guile-gtk-canvas i had to realize that some of the functions in gtk-canvas.h have no implementation :-/ I have no idea about the current state of gtk-canvas (the last version i found is 0.1 which seems to be also the first version). Adding those missing features looks like a pretty trivial task ... Since i started adding/modifying code in gtk-canvas anyway i implemented a ':file' option for GtkCanvasTypeImage (yes, that's working now) which saves us from implementing a GdkImlibImage type. Should we go ahead and supply a patched version of gtk-canvas? I'm pretty eager about that since i think 'cm' and 'snd' both could use a working canvas item. Ralf > > Regards > -- tomas > > > _______________________________________________ > Guile-user mailing list > Guile-user@gnu.org > http://mail.gnu.org/mailman/listinfo/guile-user _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user