Gtk.text_tag ->
object
  method as_tag : Gtk.text_tag
  method connect : GText.tag_signals
  method event : 'Gtk.obj -> GdkEvent.any -> Gtk.text_iter -> bool
  method get_oid : int
  method get_property : ([ `texttag ], 'b) Gobject.property -> 'b
  method priority : int
  method set_priority : int -> unit
  method set_properties : GText.tag_property list -> unit
  method set_property : GText.tag_property -> unit
end