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 <jdahlin at async.com.br> Async Open Source