Method GTK2.ListStore()->insert_after()


Method insert_after

GTK2.TreeIter insert_after(GTK2.TreeIter sibling)

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.