[Top]
GTK2
GTK2.TreeStore
|
Method GTK2.TreeStore()->insert()
- Method
insert
GTK2.TreeIter insert(GTK2.TreeIter parent, 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.
|