Re: how to remove selected rowS from a ListStore?
- From: Sergio Perticone <g4ll0ws gmail com>
- To: list gtkmm <gtkmm-list gnome org>
- Subject: Re: how to remove selected rowS from a ListStore?
- Date: Tue, 23 Oct 2007 18:57:50 +0200
On Tue, 2007-10-23 at 08:52 -0500, Jonathon Jongsma wrote:
> Basically, a TreeRowReference stays valid even if the model changes,
> whereas iterators are invalidated anytime the model is changed, so
> when you erase the first iterator, all of your other iterators will
> become invalid and you won't be able to delete them all.
> Here's a code sample from one of my projects:
> -- snip --
Oh thanks, now it's clear! I didn't understand TreeRowReference concept.
Regards,
s.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]