Re: GooCanvas 0.3

2006-04-27 Thread Matthias Clasen
On 4/27/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: > Back in the day we added a "semi-private" API to GtkTextView with this > in mind, maybe you can use it if nobody has deleted it since... I think > you could even have a single GtkTextBuffer shared with the widget and a > canvas item. Still

Re: GooCanvas 0.3

2006-04-27 Thread Havoc Pennington
Damon Chaplin wrote: I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: http://www.dachaplin.dsl.pipex.com/goocanvas/ This release adds pretty much all of my list of essential features: o New GooCanvasPath item (similar to SVG path element). o Accessibility support. o Key

Re: GooCanvas 0.3

2006-04-27 Thread Jean Bréfort
Le mardi 25 avril 2006 à 21:02 +0100, Damon Chaplin a écrit : > I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: > http://www.dachaplin.dsl.pipex.com/goocanvas/ > > This release adds pretty much all of my list of essential features: > > o New GooCanvasPath it

Re: GooCanvas 0.3

2006-04-26 Thread Damon Chaplin
On Wed, 2006-04-26 at 11:16 +0200, Murray Cumming wrote: > On Tue, 2006-04-25 at 21:02 +0100, Damon Chaplin wrote: > > I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: > > http://www.dachaplin.dsl.pipex.com/goocanvas/ > > > > This release adds pretty

Re: GooCanvas 0.3

2006-04-26 Thread Murray Cumming
On Tue, 2006-04-25 at 21:02 +0100, Damon Chaplin wrote: > I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: > http://www.dachaplin.dsl.pipex.com/goocanvas/ > > This release adds pretty much all of my list of essential features: > > o New GooCanvasPath it

GooCanvas 0.3

2006-04-25 Thread Damon Chaplin
I've put GooCanvas 0.3 (a GTK+ cairo canvas widget) up at: http://www.dachaplin.dsl.pipex.com/goocanvas/ This release adds pretty much all of my list of essential features: o New GooCanvasPath item (similar to SVG path element). o Accessibility support. o Keyboard focus navigation.