Re: TreeStore, undocumented method
- From: "Roderich Schupp" <roderich schupp googlemail com>
- To: "Michael Hartmann" <michael hartmann as-netz de>
- Cc: gtk-perl-list gnome org
- Subject: Re: TreeStore, undocumented method
- Date: Tue, 12 Sep 2006 09:41:34 +0200
However, get_value isn't listed in the Gtk2::TreeStore POD. Is that a bug?
Gtk::TreeStore implements the Gtk2::TreeModel interface. Its POD only lists
additional methods. get_value is described in Gtk2::TreeModel's POD.
Yet another question: How can I get the text of the first column of the
superior row (if there is one)?
Get an iter for the row one "up" from your current $iter with
$treemodel->iter_parent($iter)
Cheers, Roderich
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]