On 6/22/07, Dave Howorth <[EMAIL PROTECTED]> wrote:
> I'm trying to use $tree_store->move_after ($iter, $position) and
> $tree_store->move_before ($iter, $position) and am getting errors like
> this:  Gtk-WARNING **: Given children are not in the same level

Looking at the Gtk sources, AFAICT they check not only for the
same level, but that $iter and $position are actually siblings.

Cheers, Roderich
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to