unit ->
object
  method clear : unit
  method coerce : GObj.widget
  method fmt : Format.formatter
  method focus : mark:string -> unit
  method highlight : mark:string -> GText.tag_property list -> unit
  method on_link : (string -> unit) -> unit
  method printf : ('a, Format.formatter, unit) Pervasives.format -> 'a
  method set_enabled : bool -> unit
end