Re: [cells-gtk-devel] Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Ken Tilton
Peter Hildebrandt wrote: On Wed, 12 Dec 2007 15:36:26 +0100, Ken Tilton <[EMAIL PROTECTED]> wrote: Ken Tilton wrote: Ken Tilton wrote: Peter Hildebrandt wrote: OK, now that I am up to speed, let's go back to your original query. Say, I have a model M that depends on the structure of a

Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Peter Hildebrandt
On Wed, 12 Dec 2007 15:36:26 +0100, Ken Tilton <[EMAIL PROTECTED]> wrote: Ken Tilton wrote: Ken Tilton wrote: Peter Hildebrandt wrote: OK, now that I am up to speed, let's go back to your original query. Say, I have a model M that depends on the structure of a family tree. One of M'

Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Peter Hildebrandt
On Wed, 12 Dec 2007 13:27:06 +0100, Ken Tilton <[EMAIL PROTECTED]> wrote: Ken Tilton wrote: Peter Hildebrandt wrote: OK, now that I am up to speed, let's go back to your original query. Say, I have a model M that depends on the structure of a family tree. One of M's slots is therefore

Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Ken Tilton
Ken Tilton wrote: Ken Tilton wrote: Peter Hildebrandt wrote: OK, now that I am up to speed, let's go back to your original query. Say, I have a model M that depends on the structure of a family tree. One of M's slots is therefore depending on the root of the family tree: (c? root). Ho

Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Ken Tilton
Ken Tilton wrote: Peter Hildebrandt wrote: OK, now that I am up to speed, let's go back to your original query. Say, I have a model M that depends on the structure of a family tree. One of M's slots is therefore depending on the root of the family tree: (c? root). However, I want M to k

Re: [cells-devel] Something like a def-family-observer?

2007-12-12 Thread Peter Hildebrandt
On Wed, 12 Dec 2007 03:23:38 +0100, Ken Tilton <[EMAIL PROTECTED]> wrote: A cursory glance at the GTk doc itself does not show things like insert/delete row or set cell value. Can you steer me to those? the API: http://library.gnome.org/devel/gtk/2.11/GtkTreeStore.html or more readable: ht