insert
Description:
Creates and inserts a new row into a Model, pushing the existing rows down.
For and example see insert_before.
Parameters:
this |
a Model |
pos |
The index to insert the row on. The existing row will be pushed down |
Returns:
A ModelIter pointing to the new row |