Method GTK2.TreeStore()->insert_after()
- Method
insert_after
 GTK2.TreeIterinsert_after(GTK2.TreeIterparent,GTK2.TreeItersibling)- Description
 Insert a new row after sibling. If sibling is 0, then the row will be prepended to parent's children. If parent and sibling are both 0, then the row will be prepended to the toplevel.