Arie Timmerman wrote:
How can i make a dynamic liststore. An example:
It could be this: gtk.ListStore(str,str,str,str)
But it also could be this:
gtk.ListStore(str,str,str,str,str,str,str,str,str,str,str,str,str)
So i want to repeat "str" x times. How can i do this?
gtk.ListStore([str] * x)
--
Johan Dahlin <[EMAIL PROTECTED]>
Async Open Source
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/