module Text:sig..end
include GtkBrokenProps.Text
val set_point : [> `text ] Gtk.obj -> int -> unitval get_point : [> `text ] Gtk.obj -> intval get_length : [> `text ] Gtk.obj -> intval freeze : [> `text ] Gtk.obj -> unitval thaw : [> `text ] Gtk.obj -> unitval insert : [> `text ] Gtk.obj ->
?font:Gdk.font ->
?foreground:Gdk.color -> ?background:Gdk.color -> string -> unitval forward_delete : [> `text ] Gtk.obj -> int -> unitval backward_delete : [> `text ] Gtk.obj -> int -> unit