Re: TreeModel vfuncs: iter_children() and iter_nth_child()
- From: Federico Mena Quintero <federico ximian com>
- To: Murray Cumming <murrayc murrayc com>
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: TreeModel vfuncs: iter_children() and iter_nth_child()
- Date: Mon, 05 Apr 2004 12:00:55 -0500
On Sun, 2004-04-04 at 07:01, Murray Cumming wrote:
> I'm going to assume that I'm right about this.
> > But
> > model->iter_children(iter, parent)
> > seems to give the same result as
> > model->iter_nth_child(iter, parent, 0 /* n */)
> >
> > Are these actually equivalent?
I'm not *the* treeview expert, but this seems to be correct. At least
the implementations of GtkTreeModel inside GTK+ do follow these
semantics.
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]