Class GText.iter
@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_to_tag_toggle : tag option -> itermethod backward_word_start : itermethod backward_word_starts : int -> itermethod begins_tag : tag option -> boolmethod buffer : Gtk.text_buffermethod bytes_in_line : intmethod can_insert : default:bool -> boolmethod char : Glib.unicharmethod chars_in_line : intmethod compare : iter -> intmethod contents : contentsmethod editable : default:bool -> boolmethod ends_line : boolmethod ends_sentence : boolmethod ends_tag : tag option -> boolmethod ends_word : 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_to_tag_toggle : tag option -> 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 in_range : start:iter -> stop:iter -> boolmethod inside_sentence : boolmethod inside_word : boolmethod is_cursor_position : boolmethod is_end : boolmethod is_start : boolmethod language : stringmethod line : intmethod line_index : intmethod line_offset : intmethod marks : Gtk.text_mark listmethod offset : intmethod 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 starts_line : boolmethod starts_sentence : boolmethod starts_word : boolmethod tags : tag listmethod toggles_tag : tag option -> boolmethod visible_line_index : intmethod visible_line_offset : int