Class GText.nocopy_iter
@gtkdoc gtk gtk-GtkTextIter
method as_iter : Gtk.text_itermethod assign : nocopy_iter -> unitmethod backward_char : boolmethod backward_chars : int -> boolmethod backward_cursor_position : boolmethod backward_cursor_positions : int -> boolmethod backward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> boolmethod backward_line : boolmethod backward_lines : int -> boolmethod backward_sentence_start : boolmethod backward_sentence_starts : int -> boolmethod backward_to_tag_toggle : tag option -> boolmethod backward_word_start : boolmethod backward_word_starts : int -> boolmethod forward_char : boolmethod forward_chars : int -> boolmethod forward_cursor_position : boolmethod forward_cursor_positions : int -> boolmethod forward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> boolmethod forward_line : boolmethod forward_lines : int -> boolmethod forward_sentence_end : boolmethod forward_sentence_ends : int -> boolmethod forward_to_end : unitmethod forward_to_tag_toggle : tag option -> boolmethod forward_word_end : boolmethod forward_word_ends : int -> boolmethod forward_to_line_end : boolmethod set_line : int -> unitmethod set_line_index : int -> unitmethod set_line_offset : int -> unitmethod set_offset : int -> unitmethod set_visible_line_index : int -> unitmethod set_visible_line_offset : int -> unit