diff options
Diffstat (limited to 'python/pygoocanvas/README')
-rw-r--r-- | python/pygoocanvas/README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/python/pygoocanvas/README b/python/pygoocanvas/README index 2d7e2d0c7b..5c44f2fc5c 100644 --- a/python/pygoocanvas/README +++ b/python/pygoocanvas/README @@ -1 +1,8 @@ -PyGoocanvas are the python bindings for GooCanvas which is a canvas widget for GTK+ that uses the cairo 2D library for drawing. +pygoocanvas (python bindings for GooCanvas) + +GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library +for drawing. It has a model/view split, and uses interfaces for canvas +items and views, so you can easily turn any application object into +canvas items. + +This package contains Python bindings for GooCanvas. |