Method: Gtk::CellLayout#set_attributes

Defined in:
lib/gtk3/cell-layout.rb

#set_attributes(cell, attributes) ⇒ Object



19
20
21
22
23
# File 'lib/gtk3/cell-layout.rb', line 19

def set_attributes(cell, attributes)
  attributes.each do |key, value|
    add_attribute(cell, key, value)
  end
end