[pygtk] TreeStore rows

nohics nohics nohics at gmail.com
Thu Jul 30 09:43:45 WST 2009


Hello,
I want access to all the rows of my treestore, including the childs. For
example if I have a treestore containing rows, where each row have two
columns, the first is str and the second is a gtk.TextBuffer ... When I do
something like:

for row in self.treestore:
   if row[0] == "foo":
      row[1].insert(row[1].get_end_iter(), "bar")

It doesn't seems to consider the child rows !
How can I go through all the rows (including childs) of my treestore ?

Thanks
-------------- section suivante --------------
Une pi?ce jointe HTML a ?t? nettoy?e...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20090730/e4c0b65f/attachment.htm 


More information about the pygtk mailing list