Wektor wrote:

> I ment in the GUI context , a widget-based api where you can put
> buttons, labels etc. on a form.
You mean GTK?

GTK 2.8 uses an abstraction layer for drawing widgets called "Cairo".
Cairo can use OpenGL or Quartz as backends (still experimental). Thus,
you can get a hardware-accelerated GUI from PyGTK if you are willing to
use an experimental backend in Cairo. 


http://cairographics.org/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to