Module GtkEditProps.EditableSource
Sourceval select_region : [> `editable ] Gtk.obj -> start:int -> stop:int -> unit Sourceval get_selection_bounds : [> `editable ] Gtk.obj -> (int * int) option Sourceval insert_text : [> `editable ] Gtk.obj -> string -> pos:int -> int Sourceval delete_text : [> `editable ] Gtk.obj -> start:int -> stop:int -> unit Sourceval get_chars : [> `editable ] Gtk.obj -> start:int -> stop:int -> string