Method GTK2.ListStore()->insert()


Method insert

GTK2.TreeIter insert(int position)

Description

Insert a row at position. If parent is valid, will create as child, otherwise at top level. If position is larger than then number of rows at that level, it will be added to the end of the list. iter will be changed to point to the new row.