GText.iterSource@gtkdoc gtk gtk-GtkTextIter
method as_iter : Gtk.text_itermethod copy : itermethod nocopy : nocopy_itermethod backward_char : itermethod backward_chars : int -> itermethod backward_cursor_position : itermethod backward_cursor_positions : int -> itermethod backward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> itermethod backward_line : itermethod backward_lines : int -> itermethod backward_search : ?flags:Gtk.Tags.text_search_flag list ->
?limit:iter ->
string ->
(iter * iter) optionmethod backward_sentence_start : itermethod backward_sentence_starts : int -> itermethod backward_word_start : itermethod backward_word_starts : int -> itermethod begins_tag : tag option -> boolmethod buffer : Gtk.text_buffermethod char : Glib.unicharmethod compare : iter -> intmethod contents : contentsmethod ends_tag : tag option -> boolmethod equal : iter -> boolmethod forward_char : itermethod forward_chars : int -> itermethod forward_cursor_position : itermethod forward_cursor_positions : int -> itermethod forward_find_char : ?limit:iter -> (Glib.unichar -> bool) -> itermethod forward_line : itermethod forward_lines : int -> itermethod forward_search : ?flags:Gtk.Tags.text_search_flag list ->
?limit:iter ->
string ->
(iter * iter) optionmethod forward_sentence_end : itermethod forward_sentence_ends : int -> itermethod forward_to_end : itermethod forward_to_line_end : itermethod forward_word_end : itermethod forward_word_ends : int -> itermethod get_slice : stop:iter -> stringmethod get_text : stop:iter -> stringmethod get_toggled_tags : bool -> tag listmethod get_visible_slice : stop:iter -> stringmethod get_visible_text : stop:iter -> stringmethod has_tag : tag -> boolmethod marks : Gtk.text_mark listmethod set_line : int -> itermethod set_line_index : int -> itermethod set_line_offset : int -> itermethod set_offset : int -> itermethod set_visible_line_index : int -> itermethod set_visible_line_offset : int -> itermethod tags : tag listmethod toggles_tag : tag option -> bool