package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

@gtkdoc gtk gtk-GtkTextIter

method as_iter : Gtk.text_iter
method assign : nocopy_iter -> unit
method backward_char : bool
method backward_chars : int -> bool
method backward_cursor_position : bool
method backward_cursor_positions : int -> bool
method backward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> bool
method backward_line : bool
method backward_lines : int -> bool
method backward_sentence_start : bool
method backward_sentence_starts : int -> bool
method backward_to_tag_toggle : tag option -> bool
method backward_word_start : bool
method backward_word_starts : int -> bool
method forward_char : bool
method forward_chars : int -> bool
method forward_cursor_position : bool
method forward_cursor_positions : int -> bool
method forward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> bool
method forward_line : bool
method forward_lines : int -> bool
method forward_sentence_end : bool
method forward_sentence_ends : int -> bool
method forward_to_end : unit
method forward_to_tag_toggle : tag option -> bool
method forward_word_end : bool
method forward_word_ends : int -> bool
method forward_to_line_end : bool
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