How do I get a GtkTreePath or GtkTreeIter to the last row in a GtkTreeModel?
Posted
by fresch
on Stack Overflow
See other posts from Stack Overflow
or by fresch
Published on 2010-05-24T08:02:24Z
Indexed on
2010/05/24
8:21 UTC
Read the original article
Hit count: 123
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 ;).
© Stack Overflow or respective owner