Re: TreeStore, undocumented method



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]