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: Mon, 21 Oct 2002 11:00:25 +0200 Sender: guile-user-admin@gnu.org Message-ID: <20021021090025.GA8327@www> References: <20021018111146.GA18333@www> <20021018114138.GA18517@www> <20021020135629.GA3667@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035189746 19317 80.91.224.249 (21 Oct 2002 08:42:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 08:42:26 +0000 (UTC) Cc: rm@fabula.de, tomas@fabula.de, 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 183Y8m-00050t-00 for ; Mon, 21 Oct 2002 10:42:24 +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 183Y9e-0007A1-00; Mon, 21 Oct 2002 04:43:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 183Y8e-00070G-00 for guile-user@gnu.org; Mon, 21 Oct 2002 04:42:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 183Y8c-000705-00 for guile-user@gnu.org; Mon, 21 Oct 2002 04:42:15 -0400 Original-Received: from www.elogos.de ([212.18.192.92]) by monty-python.gnu.org with esmtp (Exim 4.10) id 183Y8c-0006zz-00 for guile-user@gnu.org; Mon, 21 Oct 2002 04:42:14 -0400 Original-Received: by www.elogos.de (Postfix, from userid 5001) id 86632104906; Mon, 21 Oct 2002 11:00:25 +0200 (CEST) Original-To: Daniel Skarda <0rfelyus@ucw.cz> Content-Disposition: inline In-Reply-To: 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:1246 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1246 On Sun, Oct 20, 2002 at 08:23:44PM +0200, Daniel Skarda wrote: > > rm@fabula.de writes: > > 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. > > I have not seen gtk-canvas sources, but IMHO it would be better to use > GdkPixbuf. If you are interested, I send you working GdkPixbuf bindings. 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 ?) ? Ralf Mattes > 0. > > > _______________________________________________ > 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