Method GTK2.TreeStore()->prepend()
- Method prepend
GTK2.TreeIter prepend(GTK2.TreeIter parent)
- Description
Prepend a new row. If parent is valid, then it will prepend the new row before the first child of parent, otherwise it will prepend a new row to the toplevel.