From: Kouhei S. <ko...@co...> - 2016-01-23 04:26:23
|
Hi, Thanks for your report. In <56A...@gm...> "[ruby-gnome2-devel-en] Gtk::TreeIter and Model missing method and name change" on Fri, 22 Jan 2016 20:23:21 +0100, Detlef Reichl <det...@gm...> wrote: > with Gtk3 gi bindings the Gtk::TreeIter#first_child method is missing. > Does Gtk::TreeIter.nth_child(0) exactly the same? Yes. Anyway, we should also provide Gtk::TreeIter#first_child in gi bindings: https://github.com/ruby-gnome2/ruby-gnome2/issues/682 > Also the Gtk::TreePath#up! and #down! methods are changed to > Gtk::TreePath#up and down. Is that intended? It's not intended. They should have !: https://github.com/ruby-gnome2/ruby-gnome2/issues/683 Thanks, -- kou |