Jump to content
Compatible Support Forums
Sign in to follow this  
news

[Announce] PyGooCanvas 0.13.1

Recommended Posts

I am pleased to announce version 0.13.1 of the Python bindings for Goocanvas.

 

It is available at:

 

http://download.gnome.org/sources/pygoocanvas/0.13/

 

The bindings are updated with the new Goocanvas API

 

PyGooCanvas 0.13.1 (Dec 27 2008)

==================

 

o Fix a bug in docs #565710 (Felipe Reyes)

o Some more code for the demo (Gian Mario, Gustavo)

o Fix goocanvas.Grid and goocanvas.GridModel constructors (Gian Mario)

 

Blurb:

======

 

Goocanvas [1] is a canvas widget for GTK+, It is similar in many ways

to FooCanvas, hence the name, but it uses cairo for rendering, it has

an optional model/view split, and uses interfaces for items & views

(so you can easily turn any application object into a canvas item or

view).

 

PyGooCanvas is a wrapper which exposes the goocanvas API to the

python world. It is fairly complete; most of the API are covered.

 

The documentation is done, anyway bug reports on docs are really

important to improve the documentation.

 

Like the GTK+ library, PyGTK and GooCanvas itself PyGooCanvas is

licensed under the GNU LGPL, so is suitable for use in both

free software and proprietary applications.

 

PyGooCanvas requires:

=====================

 

o Goocanvas >= 0.13

o PyGObject >= 2.10.1 (2.11.3 to build the docs)

o PyGTK >= 2.10.4

o PyCairo >= 1.4.0

 

Bug reports should go to

http://bugzilla.gnome.org/browse.cgi?product=pygoocanvas

 

[1] http://live.gnome.org/GooCanvas

 

cheers

--

Gian Mario Tagliaretti

GNOME Foundation member

gianmt ( -at -) gnome.org

_______________________________________________

 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×