object
method private virtual connect :
'b. ([> `textview ] as 'a, 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method copy_clipboard : callback:(unit -> unit) -> GtkSignal.id
method cut_clipboard : callback:(unit -> unit) -> GtkSignal.id
method delete_from_cursor :
callback:(GtkEnums.delete_type -> int -> unit) -> GtkSignal.id
method insert_at_cursor : callback:(string -> unit) -> GtkSignal.id
method move_cursor :
callback:(GtkEnums.movement_step -> int -> extend:bool -> unit) ->
GtkSignal.id
method move_focus :
callback:(GtkEnums.direction_type -> unit) -> GtkSignal.id
method private virtual notify :
'b. ('a, 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method notify_accepts_tab : callback:(bool -> unit) -> GtkSignal.id
method notify_cursor_visible : callback:(bool -> unit) -> GtkSignal.id
method notify_editable : callback:(bool -> unit) -> GtkSignal.id
method notify_indent : callback:(int -> unit) -> GtkSignal.id
method notify_justification :
callback:(GtkEnums.justification -> unit) -> GtkSignal.id
method notify_left_margin : callback:(int -> unit) -> GtkSignal.id
method notify_pixels_above_lines : callback:(int -> unit) -> GtkSignal.id
method notify_pixels_below_lines : callback:(int -> unit) -> GtkSignal.id
method notify_pixels_inside_wrap : callback:(int -> unit) -> GtkSignal.id
method notify_right_margin : callback:(int -> unit) -> GtkSignal.id
method notify_wrap_mode :
callback:(GtkEnums.wrap_mode -> unit) -> GtkSignal.id
method page_horizontally :
callback:(int -> extend:bool -> unit) -> GtkSignal.id
method paste_clipboard : callback:(unit -> unit) -> GtkSignal.id
method populate_popup : callback:(Gtk.menu Gtk.obj -> unit) -> GtkSignal.id
method set_anchor : callback:(unit -> unit) -> GtkSignal.id
method set_scroll_adjustments :
callback:(GData.adjustment option -> GData.adjustment option -> unit) ->
GtkSignal.id
method toggle_overwrite : callback:(unit -> unit) -> GtkSignal.id
end