GTK2.TreeIter insert_before(GTK2.TreeIter parent, GTK2.TreeIter sibling)
Insert a row before sibling. If sibling is 0, then the row will be appended to parent's children. If parent and sibling are 0, then the row will be appended to the toplevel.