Re: Catching the row deleted from a GtkTreeModel implementation
- From: Fontana Nicola <ntd users sourceforge net>
- To: gtk-app-devel-list gnome org
- Subject: Re: Catching the row deleted from a GtkTreeModel implementation
- Date: Fri, 9 Feb 2007 13:09:52 +0100
On Friday 09 February 2007 11:55, Vivien Malerba wrote:
I would suggest a different approach: add your own column to the
GtkListStore which stores your information summary as a GObject (so
you know when that object is destroyed).
This approach seems quite complex but yes, it makes the job. Maybe I'll try to
use a custom G_TYPE_BOXED instead of a GObject to improve performances, but
the concept is the same.
Thank you for your suggestion,
-- Nicola
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]