[Top]
GTK2
GTK2.TreeStore
|
Method GTK2.TreeStore()->insert_after()
- Method
insert_after
GTK2.TreeIter insert_after(GTK2.TreeIter parent, 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.
|