package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val virtual obj : [> `textview ] Gobject.obj
method set_editable : text_view_props -> bool -> unit
method set_cursor_visible : 'a -> bool -> unit
method set_indent : 'a -> int -> unit
method set_justification : 'a -> GtkEnums.justification -> unit
method set_hadjustment : 'a -> GData.adjustment -> unit
method set_left_margin : 'a -> int -> unit
method set_pixels_above_lines : 'a -> int -> unit
method set_pixels_below_lines : 'a -> int -> unit
method set_pixels_inside_wrap : 'a -> int -> unit
method set_right_margin : 'a -> int -> unit
method set_wrap_mode : 'a -> GtkEnums.wrap_mode -> unit
method set_accepts_tab : 'a -> bool -> unit
method set_bottom_margin : 'a -> int -> unit
method set_im_module : 'a -> string -> unit
method set_input_hints : 'a -> GtkEnums.input_hints -> unit
method set_input_purpose : 'a -> GtkEnums.input_purpose -> unit
method set_monospace : 'a -> bool -> unit
method set_overwrite : 'a -> bool -> unit
method set_populate_all : 'a -> bool -> unit
method set_top_margin : 'a -> int -> unit
method set_vadjustment : 'a -> GData.adjustment -> unit
method editable : 'a -> bool
method cursor_visible : 'a -> bool
method indent : 'a -> int
method justification : 'a -> GtkEnums.justification
method hadjustment : 'a -> GData.adjustment
method left_margin : 'a -> int
method pixels_above_lines : 'a -> int
method pixels_below_lines : 'a -> int
method pixels_inside_wrap : 'a -> int
method right_margin : 'a -> int
method wrap_mode : 'a -> GtkEnums.wrap_mode
method accepts_tab : 'a -> bool
method bottom_margin : 'a -> int
method im_module : 'a -> string
method input_hints : 'a -> GtkEnums.input_hints
method input_purpose : 'a -> GtkEnums.input_purpose
method monospace : 'a -> bool
method overwrite : 'a -> bool
method populate_all : 'a -> bool
method top_margin : 'a -> int
method vadjustment : 'a -> GData.adjustment