Hello,

Apparently, I am not able to add a row to a liststore properly.

When i try to append somethings to a 2 columned treeview with;

self.lstr.append(["aaaa","bbbb"])

it inserts a new row like this;

| "bbbb" | "bbbb" |

What is the problem? What am i doing wrong?
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to