Method GTK2.TreeStore()->insert_before()
- Method insert_before
GTK2.TreeIter
insert_before(GTK2.TreeIter
parent
,GTK2.TreeIter
sibling
)- Description
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.