From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daniel Skarda <0rfelyus@ucw.cz> Newsgroups: gmane.lisp.guile.user Subject: Re: gtk-canvas bindings for guile, second attempt (errata) Date: 21 Oct 2002 15:17:00 +0200 Sender: guile-user-admin@gnu.org Message-ID: References: <20021018111146.GA18333@www> <20021018114138.GA18517@www> <20021020135629.GA3667@www> <20021021090025.GA8327@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035234742 30892 80.91.224.249 (21 Oct 2002 21:12:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 21:12:22 +0000 (UTC) Cc: guile-user@gnu.org 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 183jqX-000828-00 for ; Mon, 21 Oct 2002 23:12:21 +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 183jlz-0007Mk-00; Mon, 21 Oct 2002 17:07:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 183jlH-00061c-00 for guile-user@gnu.org; Mon, 21 Oct 2002 17:06:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 183jlE-0005zY-00 for guile-user@gnu.org; Mon, 21 Oct 2002 17:06:53 -0400 Original-Received: from stateless3.tiscali.cz ([213.235.135.72] helo=mail.tiscali.cz) by monty-python.gnu.org with esmtp (Exim 4.10) id 183jlD-0005zI-00 for guile-user@gnu.org; Mon, 21 Oct 2002 17:06:51 -0400 Original-Received: from hobitin.ucw.cz (212.90.239.63) by mail.tiscali.cz (6.0.044) id 3D76F544003BE9E1; Mon, 21 Oct 2002 23:05:11 +0200 Original-Received: from 0rfelyus by hobitin.ucw.cz with local (Exim 3.36 #1 (Debian)) id 183cQW-0000On-00; Mon, 21 Oct 2002 15:17:00 +0200 Original-To: rm@fabula.de In-Reply-To: <20021021090025.GA8327@www> Original-Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 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:1257 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1257 rm@fabula.de writes: > Thank's for the offer, but i think GtkCanvas serves a different purpose. > It's a "high level" widget (kind of 4G language like) that can contain > item objects whcih can be attached to groups. Since groups are canvas items > themself, grouped items can be manipulated as a unit. This comes pretty handy > in applications like interactive graphic editors/plotters etc. > Anyway, where can i find the code for your GdkPixbuf (does it contain bindings > for GdkImlibImage ?) ? GdkPixbuf is an image handling library, a replacement for GdkImlib library. I understand the concept of a canvas. I thought it would be better to use GdkPixbuf rather then GdkImlibImage as a base for image canvas items. Because bindings for two competing image handling libraries did not make sense for me, I chose GdkPixbuf and finished bindings found in guile-gnome (GdkPixbuf itself does not depend on Gnome neither guile-gnome). 0. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user