Gian Mario Tagliaretti wrote:
Hi Chris,
For API docs you should refer to the C ones, two examples are included
in gnome-python package:
http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/examples/canvas/canvas-example.py?view=markup
http://cvs.gnome.org/viewcvs/gnome-python/gnome-python/examples/canvas/canvas-curve.py?view=markup
According to the plans the gnome canvas widget will be deprecated
(don't know how soon) but at the moment I think is the only option.
cheers
Is there a way to make the canvas use anti-alaising? Neither of those
examples seem to make use of it. The C docs mention
gnome_canvas_new_aa(), but I can find no similar function or attribute
in the gnomecanvas module. The doc string for the Canvas class lists
an 'aa' attribute, but when I try to access it I get an exception.
http://developer.gnome.org/doc/tutorials/gnome-libs/gnomecanvas-widget.html
Chris
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/