Hello!

I'm using PyGtk in Windows from one year, it is all ok until now.

My problem:

I must have a table with 11 columns and more than 20 rows.
In each position there would be a widget.

After I made it in PyGtk, I have a slow rendering when I show or hide the
window (window.hide&how) with these elements (show or hide the window is the
command I only used).
All the elements are already previously loaded.

It seems like it loads to screen row by row all the widget.

I don't want the fastest gui in the world, but I found it tediuosly slow,
and for my project it's a problem.

Can you give me any helps to do faster rendering than now?

Thanks in advance.
--
Marco Bonifazi
http://www.bonifazi.eu
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to