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?
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
