ultibuzz has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
i was wondering if there is an easy way to get all childs from a Parent in a TreeView.
Currently i iterate over everything and use these 2 functions
kind regardsboolean = $tree_store->is_ancestor ($iter, $descendant) integer = $tree_store->iter_depth ($iter)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Gtk2::TreeView get all childs of a parent,an easy way ?
by Anonymous Monk on Jun 17, 2013 at 00:24 UTC | |
by ultibuzz (Monk) on Jun 17, 2013 at 06:18 UTC |