From: Kouhei S. <ko...@co...> - 2015-10-06 14:03:08
|
Hi, In <561...@gm...> "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 3.0.4" on Sun, 04 Oct 2015 19:20:46 +0200, Detlef Reichl <det...@gm...> wrote: > Gtk::TreeView#insert_column only accepts two arguments, but with the old > implementation it also accepted additional attributes, which where > mapped to gtk_tree_view_insert_column_with_attributes, like > > renderer = Gtk::CellRendererPixbuf.new > view.insert_column -1, 'ColName', renderer, :pixbuf => 0 Thanks for your report. I've add the API. Thanks, -- kou |