Class: GtkSource::MarkAttributes

Inherits:
Object
  • Object
show all
Defined in:
lib/gtksourceview3/mark-attributes.rb

Instance Method Summary collapse

Instance Method Details

#backgroundObject



20
21
22
23
24
25
26
27
# File 'lib/gtksourceview3/mark-attributes.rb', line 20

def background
  set, rgba = background_raw
  if set
    rgba
  else
    nil
  end
end

#background_rawObject



19
# File 'lib/gtksourceview3/mark-attributes.rb', line 19

alias_method :background_raw, :background