Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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.