From: Detlef R. <det...@gm...> - 2015-10-04 17:20:54
|
On 04.10.2015 15:46, Kouhei Sutou wrote: Hi, > Hi, > > In <561...@gm...> > "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 3.0.4" on Sun, 04 Oct 2015 15:22:08 +0200, > Detlef Reichl <det...@gm...> wrote: > >> image = Gtk::Image.new :stock => Gtk::Stock::CLOSE, :size => :small_toolbar >> >> does not work, because :small_toolbar is an unknown enum to Gtk::IconSize > > Thanks for your report. I've fixed it at master. > > It's not included in 3.0.6... > Thank you for fixing it that fast. And here is the next one: 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 Cheers, detlef > > Thanks, > -- > kou |