Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.TreeStore

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.