http://img824.imageshack.us/i/capturadetelag.png/
how update a gtk.liststore?
i mean get a random number every second on a column just like example, such as a download manager list, i'd like to have a simple example to know how this Liststore works for update the list, because i can't find a effective way to do something like a:
store.append(list1,list2,list3)
store.update(list3,['foobar']).