object
  val virtual obj : [> `textview ] Gobject.obj
  method accepts_tab : bool
  method cursor_visible : bool
  method editable : bool
  method indent : int
  method justification : GtkEnums.justification
  method left_margin : int
  method pixels_above_lines : int
  method pixels_below_lines : int
  method pixels_inside_wrap : int
  method right_margin : int
  method set_accepts_tab : bool -> unit
  method set_cursor_visible : bool -> unit
  method set_editable : bool -> unit
  method set_indent : int -> unit
  method set_justification : GtkEnums.justification -> unit
  method set_left_margin : int -> unit
  method set_pixels_above_lines : int -> unit
  method set_pixels_below_lines : int -> unit
  method set_pixels_inside_wrap : int -> unit
  method set_right_margin : int -> unit
  method set_wrap_mode : GtkEnums.wrap_mode -> unit
  method wrap_mode : GtkEnums.wrap_mode
end