Created a pixmap rotation routine in Utils for handling those rotated labels.
authorJosh Blum <josh@joshknows.com>
Sat, 5 Dec 2009 22:44:12 +0000 (17:44 -0500)
committerJosh Blum <josh@joshknows.com>
Sat, 5 Dec 2009 22:44:12 +0000 (17:44 -0500)
commit8122329533a6186f45f8cf3211c7ef9fda37bd19
tree18575c2aaae738e5a61b0d988ab4caeb55277b50
parent87decb3b420e88bfa0d57b328b2b7404de4a61ba
Created a pixmap rotation routine in Utils for handling those rotated labels.
The rotation is now performed by the gtk pixbuf class and not manually in python.

In addition, the block and port classes now draw from pixmaps and not from images.
Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up).
grc/gui/Block.py
grc/gui/Port.py
grc/gui/Utils.py