class Gtk::Entry
Public Instance Methods
set_attributes(attrs)
click to toggle source
# File lib/gtk3/entry.rb, line 23 def set_attributes(attrs) attrs ||= Pango::AttrList.new set_attributes_raw(attrs) end
Also aliased as: set_attributes_raw, attributes=
set_attributes_raw(attrs)
TODO: It’s workaround for a GTK+ problem: It should be removed when GTK+ fix the problem. github.com/ruby-gnome2/ruby-gnome2/issues/1176
Alias for: set_attributes