get_iter_at_row
Description:
Retrieves a ModelIter representing the row at the given index.
Note that this method does not have any performance guarantees. In particular it is not guaranteed to be O(1).
Parameters:
| this |
a Model |
| row |
position of the row to retrieve |
Returns:
|
A new ModelIter, or |