GNOME Bugzilla – Bug 635466
TreeModel get(iter, 1,2,3) should return a tuple of the values
Last modified: 2010-11-22 22:29:54 UTC
pygtk supported the follwing: value0, value3 = treemodel_get(iter, 0, 3)
Created attachment 174995 [details] [review] patch
Awsome, thanks