Class: GtkSource::MarkAttributes
- Inherits:
-
Object
- Object
- GtkSource::MarkAttributes
- Defined in:
- lib/gtksourceview4/mark-attributes.rb
Instance Method Summary collapse
Instance Method Details
#background ⇒ Object
20 21 22 23 24 25 26 27 |
# File 'lib/gtksourceview4/mark-attributes.rb', line 20 def background set, rgba = background_raw if set rgba else nil end end |
#background_raw ⇒ Object
19 |
# File 'lib/gtksourceview4/mark-attributes.rb', line 19 alias_method :background_raw, :background |