How do I get a GtkTreePath or GtkTreeIter to the last row in a GtkTreeModel?
- by fresch
I want to get a GtkTreePath or GtkTreeIter to the last row in a GtkTreeModel, but GtkTreeModel does not have a function for that.
I'll be happy with answers and examples in either C, or Python, or both ;).