PyGooCanvas 0.4.1



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

It is available at:

  https://developer.berlios.de/projects/pygoocanvas/


PyGooCanvas 0.4.1	(Sep 10 2006)
=================

 o Much better support for subclassing ItemSimple / ItemSimpleView (Gustavo)
 o Don't crash on functions returning NULL CairoMatrix (Marco Pesenti Gritti)
 o CairoPattern property convertion bug fixed (Gustavo)


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 a
  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 a work in progress.

  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:
=====================

  - Goocanvas >= 0.4.0
  - PyGObject >= 2.10.1 (2.11.3 to build the docs)
  - PyGTK >= 2.8.4
  - PyCairo >= 1.2.0

Bug reports should go to
https://developer.berlios.de/bugs/?group_id=6813

[1] http://sourceforge.net/projects/goocanvas
-- 
Gustavo J. A. M. Carneiro
<gjc inescporto pt> <gustavo users sourceforge net>
The universe is always one step beyond logic




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]