A Seg, 2003-12-29 �s 12:52, [EMAIL PROTECTED] escreveu: > A few years ago, there was an inquiry on this maillist > (http://www.daa.com.au/pipermail/pygtk/2000-June/000062.html) about being > able to print from the gnome canvas. Does anyone know if there has been > any progress? I also have a need to be able to print the contents of the > gnome canvas. If it still can't be done, are there workarounds?
For the numexp project I created the libnxplot library, which is both a 2D vector drawing library, similar (but preceding) to Cairo, and also a canvas widget inspired by gnomecamvas. It has Freetype/libart_lgpl and libgnomeprint backends, and, of course, python bindings. However, it is not as fast as gnomecanvas, I warn you. http://sourceforge.net/project/showfiles.php?group_id=333&package_id=90556 -- Gustavo Jo�o Alves Marques Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
