package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Text_mark/index.html
Module Wrappers.Text_mark
type t = [ `text_mark | `object_ ] Gobject.objval new_ : string option -> bool -> tCreate a new TextMark
val set_visible : t -> bool -> unitval get_visible : t -> boolReturns %TRUE if the mark is visible.
A cursor is displayed for visible marks.
val get_name : t -> string optionReturns the mark name.
Returns %NULL for anonymous marks.
val get_left_gravity : t -> boolDetermines whether the mark has left gravity.
val get_deleted : t -> boolReturns %TRUE if the mark has been removed from its buffer.
See method@Gtk.TextBuffer.add_mark for a way to add it to a buffer again.
val get_buffer : t -> [ `text_buffer | `object_ ] Gobject.obj optionGets the buffer this mark is located inside.
Returns %NULL if the mark is deleted.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>