is_last
Description:
public abstract bool is_last (
ModelIter iter)
Whether iter
is the end iter of this.
Note that the end iter points right after
the last valid row in this.
Parameters:
this |
a Model
|
iter |
a ModelIter
|
Returns:
true if iter is the last iter in the model
|