sig
  val editable : ([> `textview ], bool) Gobject.property
  val cursor_visible : ([> `textview ], bool) Gobject.property
  val indent : ([> `textview ], int) Gobject.property
  val justification :
    ([> `textview ], GtkEnums.justification) Gobject.property
  val left_margin : ([> `textview ], int) Gobject.property
  val pixels_above_lines : ([> `textview ], int) Gobject.property
  val pixels_below_lines : ([> `textview ], int) Gobject.property
  val pixels_inside_wrap : ([> `textview ], int) Gobject.property
  val right_margin : ([> `textview ], int) Gobject.property
  val wrap_mode : ([> `textview ], GtkEnums.wrap_mode) Gobject.property
  val accepts_tab : ([> `textview ], bool) Gobject.property
end