liststore get iter of latest element
- From: Giuseppe Penone <giuspen gmail com>
- To: gtkmm-list gnome org
- Subject: liststore get iter of latest element
- Date: Fri, 25 May 2012 11:40:52 +0200
Hi,
while it's trivial to get the first element of a list
tree_iter = r_liststore->children().begin();
I still found no way to retrieve the latest element without iterating all over the list.
Getting r_liststore->children().end() doesn't provide a valid iter.
Does anybody know how to obtain the result more easily?
Thanks and best regards,
Giuseppe.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]