GtkSourceView_types.source_tag_style Gtk.obj ->
object
  method as_source_tag_style : GtkSourceView_types.source_tag_style Gtk.obj
  method background : Gdk.color
  method bold : bool
  method copy : GSourceView.source_tag_style
  method foreground : Gdk.color
  method italic : bool
  method set_background : Gdk.color -> unit
  method set_background_by_name : string -> unit
  method set_bold : bool -> unit
  method set_foreground : Gdk.color -> unit
  method set_foreground_by_name : string -> unit
  method set_italic : bool -> unit
  method set_strikethrough : bool -> unit
  method set_underline : bool -> unit
  method set_use_background : bool -> unit
  method set_use_foreground : bool -> unit
  method strikethrough : bool
  method underline : bool
  method use_background : bool
  method use_foreground : bool
end