how r u deleting the row? It should be either through some key-press or mouse-click, in either case u must select the row before selecting. So...If it is through a key-press, catch the key-press signal and if it is through a mouse-click, catch mouse-click signal and access the selected row. Now do all the updations u want and then delete the row from the model.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Fontana Nicola Sent: Friday, February 09, 2007 2:36 AM To: gtk-app-devel-list@gnome.org Subject: Catching the row deleted from a GtkTreeModel implementation I'm keeping some summary fields of a GtkListStore and I need to update them on every model change. The problem is while catching the "row-deleted" signal the row is yet deleted, so I can't access the row content to update my summary fields. How can I do it? Thanks, -- Nicola _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list