package lablgtk3

  1. Overview
  2. Docs
OCaml interface to GTK+3

Install

Dune Dependency

Authors

Maintainers

Sources

lablgtk3-3.0.beta5.tbz
sha256=5d221cf92a9f1f6d6e5a9c83d49eb3d6a62528a0002fd2bac44bbd2dad89ee30
md5=e8745cbff677b330e06a304c6d1b9bce

doc/lablgtk3/GtkEditProps/Editable/index.html

Module GtkEditProps.Editable

module S : sig ... end
val select_region : [> `editable ] Gtk.obj -> start:int -> stop:int -> unit
val get_selection_bounds : [> `editable ] Gtk.obj -> (int * int) option
val insert_text : [> `editable ] Gtk.obj -> string -> pos:int -> int
val delete_text : [> `editable ] Gtk.obj -> start:int -> stop:int -> unit
val get_chars : [> `editable ] Gtk.obj -> start:int -> stop:int -> string
val cut_clipboard : [> `editable ] Gtk.obj -> unit
val copy_clipboard : [> `editable ] Gtk.obj -> unit
val paste_clipboard : [> `editable ] Gtk.obj -> unit
val delete_selection : [> `editable ] Gtk.obj -> unit
val get_position : [> `editable ] Gtk.obj -> int
val set_position : [> `editable ] Gtk.obj -> int -> unit
val get_editable : [> `editable ] Gtk.obj -> bool
val set_editable : [> `editable ] Gtk.obj -> bool -> unit
OCaml

Innovation. Community. Security.