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

Method GTK2.TreeStore()->append()


Method append

GTK2.TreeIter append(GTK2.TreeIter parent)

Description

Append a new row. If parent is valid, then it will append the new row after the last child, otherwise it will append a row to the toplevel.