diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-08-14 15:53:40 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-14 19:04:53 -0500 |
commit | 1aaa533e617aa2bda787924fc7b986ff10bc50ad (patch) | |
tree | 47af4f6568f00d690af6d26e487b0b35ff732571 /libraries/gaphas/README | |
parent | 6f1893613394c08345d5eb6b7bed6e6027ba150e (diff) | |
download | slackbuilds-1aaa533e617aa2bda787924fc7b986ff10bc50ad.tar.gz |
libraries/gaphas: Added (GTK+ based diagramming widget)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/gaphas/README')
-rw-r--r-- | libraries/gaphas/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/gaphas/README b/libraries/gaphas/README new file mode 100644 index 0000000000..d4a1ade6da --- /dev/null +++ b/libraries/gaphas/README @@ -0,0 +1,9 @@ +gaphas (GTK+ based diagramming widget) + +Gaphas is a MVC canvas that uses Cairo for rendering. One of the +nicer things of this widget is that the user (model) is not bothered +with bounding box calculations: this is all done through Cairo. + +This requires decorator and simplegeneric. + +To build, this requires pysetuptools and setuptools_git. |