package ocgtk

  1. Overview
  2. Docs
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/Text_iter/class-text_iter/index.html

Class Text_iter.text_iter

method assign : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> unit
method backward_char : unit -> bool
method backward_chars : int -> bool
method backward_cursor_position : unit -> bool
method backward_cursor_positions : int -> bool
method backward_line : unit -> bool
method backward_lines : int -> bool
method backward_sentence_start : unit -> bool
method backward_sentence_starts : int -> bool
method backward_to_tag_toggle : Ocgtk_gtk__.GText_tag.text_tag_t option -> bool
method backward_visible_cursor_position : unit -> bool
method backward_visible_cursor_positions : int -> bool
method backward_visible_line : unit -> bool
method backward_visible_lines : int -> bool
method backward_visible_word_start : unit -> bool
method backward_visible_word_starts : int -> bool
method backward_word_start : unit -> bool
method backward_word_starts : int -> bool
method can_insert : bool -> bool
method compare : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> int
method editable : bool -> bool
method ends_line : unit -> bool
method ends_sentence : unit -> bool
method ends_tag : Ocgtk_gtk__.GText_tag.text_tag_t option -> bool
method ends_word : unit -> bool
method equal : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> bool
method forward_char : unit -> bool
method forward_chars : int -> bool
method forward_cursor_position : unit -> bool
method forward_cursor_positions : int -> bool
method forward_line : unit -> bool
method forward_lines : int -> bool
method forward_sentence_end : unit -> bool
method forward_sentence_ends : int -> bool
method forward_to_end : unit -> unit
method forward_to_line_end : unit -> bool
method forward_to_tag_toggle : Ocgtk_gtk__.GText_tag.text_tag_t option -> bool
method forward_visible_cursor_position : unit -> bool
method forward_visible_cursor_positions : int -> bool
method forward_visible_line : unit -> bool
method forward_visible_lines : int -> bool
method forward_visible_word_end : unit -> bool
method forward_visible_word_ends : int -> bool
method forward_word_end : unit -> bool
method forward_word_ends : int -> bool
method get_buffer : unit -> Ocgtk_gtk__.GText_buffer_and__text_iter_and__text_mark.text_buffer_t
method get_bytes_in_line : unit -> int
method get_char : unit -> int
method get_chars_in_line : unit -> int
method get_child_anchor : unit -> Ocgtk_gtk__.GText_child_anchor.text_child_anchor_t option
method get_language : unit -> Ocgtk_pango.Pango.Language.language_t
method get_line : unit -> int
method get_line_index : unit -> int
method get_line_offset : unit -> int
method get_marks : unit -> Ocgtk_gtk__.GText_buffer_and__text_iter_and__text_mark.text_mark_t list
method get_offset : unit -> int
method get_paintable : unit -> Ocgtk_gdk.Gdk.Paintable.paintable_t option
method get_slice : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> string
method get_tags : unit -> Ocgtk_gtk__.GText_tag.text_tag_t list
method get_text : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> string
method get_toggled_tags : bool -> Ocgtk_gtk__.GText_tag.text_tag_t list
method get_visible_line_index : unit -> int
method get_visible_line_offset : unit -> int
method get_visible_slice : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> string
method get_visible_text : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> string
method has_tag : Ocgtk_gtk__.GText_tag.text_tag_t -> bool
method in_range : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> bool
method inside_sentence : unit -> bool
method inside_word : unit -> bool
method is_cursor_position : unit -> bool
method is_end : unit -> bool
method is_start : unit -> bool
method order : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t -> unit
method set_line : int -> unit
method set_line_index : int -> unit
method set_line_offset : int -> unit
method set_offset : int -> unit
method set_visible_line_index : int -> unit
method set_visible_line_offset : int -> unit
method starts_line : unit -> bool
method starts_sentence : unit -> bool
method starts_tag : Ocgtk_gtk__.GText_tag.text_tag_t option -> bool
method starts_word : unit -> bool
method toggles_tag : Ocgtk_gtk__.GText_tag.text_tag_t option -> bool
method as_text_iter : Ocgtk_gtk__.Text_buffer_and__text_iter_and__text_mark.Text_iter.t