diff options
Diffstat (limited to 'python/pygoocanvas')
-rw-r--r-- | python/pygoocanvas/README | 9 | ||||
-rw-r--r-- | python/pygoocanvas/slack-desc | 2 |
2 files changed, 9 insertions, 2 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. diff --git a/python/pygoocanvas/slack-desc b/python/pygoocanvas/slack-desc index 5460a50c0e..b6b7acb6b8 100644 --- a/python/pygoocanvas/slack-desc +++ b/python/pygoocanvas/slack-desc @@ -5,7 +5,7 @@ # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pygoocanvas: pygoocanvas (Python Bindings for GooCanvas) +pygoocanvas: pygoocanvas (python bindings for GooCanvas) pygoocanvas: pygoocanvas: GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D pygoocanvas: library for drawing. It has a model/view split, and uses interfaces |