.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::TextIter 3pm" .TH Gtk2::TextIter 3pm "2019-09-16" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Gtk2::TextIter \- wrapper for GtkTextIter .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 2 \& Glib::Boxed \& +\-\-\-\-Gtk2::TextIter .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "textattributes = $iter\->\fBget_attributes\fP" .el .SS "textattributes = \f(CW$iter\fP\->\fBget_attributes\fP" .IX Subsection "textattributes = $iter->get_attributes" .ie n .SS "boolean = $iter\->\fBbackward_char\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_char\fP" .IX Subsection "boolean = $iter->backward_char" .ie n .SS "boolean = $iter\->\fBbackward_chars\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_chars\fP ($count)" .IX Subsection "boolean = $iter->backward_chars ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBbackward_cursor_position\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_cursor_position\fP" .IX Subsection "boolean = $iter->backward_cursor_position" .ie n .SS "boolean = $iter\->\fBbackward_cursor_positions\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_cursor_positions\fP ($count)" .IX Subsection "boolean = $iter->backward_cursor_positions ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBbackward_find_char\fP ($pred, $user_data=undef, $limit=undef)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_find_char\fP ($pred, \f(CW$user_data\fP=undef, \f(CW$limit\fP=undef)" .IX Subsection "boolean = $iter->backward_find_char ($pred, $user_data=undef, $limit=undef)" .IP "\(bu" 4 \&\f(CW$pred\fR (scalar) .IP "\(bu" 4 \&\f(CW$user_data\fR (scalar) .IP "\(bu" 4 \&\f(CW$limit\fR (Gtk2::TextIter or undef) .ie n .SS "boolean = $iter\->\fBbackward_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_line\fP" .IX Subsection "boolean = $iter->backward_line" .ie n .SS "boolean = $iter\->\fBbackward_lines\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_lines\fP ($count)" .IX Subsection "boolean = $iter->backward_lines ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "(match_start, match_end) = $iter\->\fBbackward_search\fP ($str, $flags, $limit=NULL)" .el .SS "(match_start, match_end) = \f(CW$iter\fP\->\fBbackward_search\fP ($str, \f(CW$flags\fP, \f(CW$limit\fP=NULL)" .IX Subsection "(match_start, match_end) = $iter->backward_search ($str, $flags, $limit=NULL)" .IP "\(bu" 4 \&\f(CW$str\fR (string) .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::TextSearchFlags) .IP "\(bu" 4 \&\f(CW$limit\fR (Gtk2::TextIter or undef) .ie n .SS "boolean = $iter\->\fBbackward_sentence_start\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_sentence_start\fP" .IX Subsection "boolean = $iter->backward_sentence_start" .ie n .SS "boolean = $iter\->\fBbackward_sentence_starts\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_sentence_starts\fP ($count)" .IX Subsection "boolean = $iter->backward_sentence_starts ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBbackward_to_tag_toggle\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_to_tag_toggle\fP ($tag)" .IX Subsection "boolean = $iter->backward_to_tag_toggle ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag or undef) .ie n .SS "boolean = $iter\->\fBbackward_visible_cursor_position\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_cursor_position\fP" .IX Subsection "boolean = $iter->backward_visible_cursor_position" Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBbackward_visible_cursor_positions\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_cursor_positions\fP ($count)" .IX Subsection "boolean = $iter->backward_visible_cursor_positions ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBbackward_visible_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_line\fP" .IX Subsection "boolean = $iter->backward_visible_line" Since: gtk+ 2.8 .ie n .SS "boolean = $iter\->\fBbackward_visible_lines\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_lines\fP ($count)" .IX Subsection "boolean = $iter->backward_visible_lines ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.8 .ie n .SS "boolean = $iter\->\fBbackward_visible_word_start\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_word_start\fP" .IX Subsection "boolean = $iter->backward_visible_word_start" Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBbackward_visible_word_starts\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_visible_word_starts\fP ($count)" .IX Subsection "boolean = $iter->backward_visible_word_starts ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBbackward_word_start\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_word_start\fP" .IX Subsection "boolean = $iter->backward_word_start" .ie n .SS "boolean = $iter\->\fBbackward_word_starts\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBbackward_word_starts\fP ($count)" .IX Subsection "boolean = $iter->backward_word_starts ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBbegins_tag\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBbegins_tag\fP ($tag)" .IX Subsection "boolean = $iter->begins_tag ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag or undef) .ie n .SS "textbuffer = $iter\->\fBget_buffer\fP" .el .SS "textbuffer = \f(CW$iter\fP\->\fBget_buffer\fP" .IX Subsection "textbuffer = $iter->get_buffer" .ie n .SS "integer = $iter\->\fBget_bytes_in_line\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_bytes_in_line\fP" .IX Subsection "integer = $iter->get_bytes_in_line" .ie n .SS "boolean = $iter\->\fBcan_insert\fP ($default_editability)" .el .SS "boolean = \f(CW$iter\fP\->\fBcan_insert\fP ($default_editability)" .IX Subsection "boolean = $iter->can_insert ($default_editability)" .IP "\(bu" 4 \&\f(CW$default_editability\fR (boolean) .ie n .SS "character = $iter\->\fBget_char\fP" .el .SS "character = \f(CW$iter\fP\->\fBget_char\fP" .IX Subsection "character = $iter->get_char" .ie n .SS "integer = $iter\->\fBget_chars_in_line\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_chars_in_line\fP" .IX Subsection "integer = $iter->get_chars_in_line" .ie n .SS "textchildanchor or undef = $iter\->\fBget_child_anchor\fP" .el .SS "textchildanchor or undef = \f(CW$iter\fP\->\fBget_child_anchor\fP" .IX Subsection "textchildanchor or undef = $iter->get_child_anchor" .ie n .SS "integer = $lhs\->\fBcompare\fP ($rhs)" .el .SS "integer = \f(CW$lhs\fP\->\fBcompare\fP ($rhs)" .IX Subsection "integer = $lhs->compare ($rhs)" .IP "\(bu" 4 \&\f(CW$rhs\fR (Gtk2::TextIter) .ie n .SS "boolean = $iter\->\fBeditable\fP ($default_setting)" .el .SS "boolean = \f(CW$iter\fP\->\fBeditable\fP ($default_setting)" .IX Subsection "boolean = $iter->editable ($default_setting)" .IP "\(bu" 4 \&\f(CW$default_setting\fR (boolean) .ie n .SS "boolean = $iter\->\fBends_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBends_line\fP" .IX Subsection "boolean = $iter->ends_line" .ie n .SS "boolean = $iter\->\fBends_sentence\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBends_sentence\fP" .IX Subsection "boolean = $iter->ends_sentence" .ie n .SS "boolean = $iter\->\fBends_tag\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBends_tag\fP ($tag)" .IX Subsection "boolean = $iter->ends_tag ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag or undef) .ie n .SS "boolean = $iter\->\fBends_word\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBends_word\fP" .IX Subsection "boolean = $iter->ends_word" .ie n .SS "boolean = $lhs\->\fBequal\fP ($rhs)" .el .SS "boolean = \f(CW$lhs\fP\->\fBequal\fP ($rhs)" .IX Subsection "boolean = $lhs->equal ($rhs)" .IP "\(bu" 4 \&\f(CW$rhs\fR (Gtk2::TextIter) .ie n .SS "boolean = $iter\->\fBforward_char\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_char\fP" .IX Subsection "boolean = $iter->forward_char" .ie n .SS "boolean = $iter\->\fBforward_chars\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_chars\fP ($count)" .IX Subsection "boolean = $iter->forward_chars ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBforward_cursor_position\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_cursor_position\fP" .IX Subsection "boolean = $iter->forward_cursor_position" .ie n .SS "boolean = $iter\->\fBforward_cursor_positions\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_cursor_positions\fP ($count)" .IX Subsection "boolean = $iter->forward_cursor_positions ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBforward_find_char\fP ($pred, $user_data=undef, $limit=undef)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_find_char\fP ($pred, \f(CW$user_data\fP=undef, \f(CW$limit\fP=undef)" .IX Subsection "boolean = $iter->forward_find_char ($pred, $user_data=undef, $limit=undef)" .IP "\(bu" 4 \&\f(CW$pred\fR (scalar) .IP "\(bu" 4 \&\f(CW$user_data\fR (scalar) .IP "\(bu" 4 \&\f(CW$limit\fR (Gtk2::TextIter or undef) .ie n .SS "boolean = $iter\->\fBforward_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_line\fP" .IX Subsection "boolean = $iter->forward_line" .ie n .SS "boolean = $iter\->\fBforward_lines\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_lines\fP ($count)" .IX Subsection "boolean = $iter->forward_lines ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "(match_start, match_end) = $iter\->\fBforward_search\fP ($str, $flags, $limit=NULL)" .el .SS "(match_start, match_end) = \f(CW$iter\fP\->\fBforward_search\fP ($str, \f(CW$flags\fP, \f(CW$limit\fP=NULL)" .IX Subsection "(match_start, match_end) = $iter->forward_search ($str, $flags, $limit=NULL)" .IP "\(bu" 4 \&\f(CW$str\fR (string) .IP "\(bu" 4 \&\f(CW$flags\fR (Gtk2::TextSearchFlags) .IP "\(bu" 4 \&\f(CW$limit\fR (Gtk2::TextIter or undef) .ie n .SS "boolean = $iter\->\fBforward_sentence_end\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_sentence_end\fP" .IX Subsection "boolean = $iter->forward_sentence_end" .ie n .SS "boolean = $iter\->\fBforward_sentence_ends\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_sentence_ends\fP ($count)" .IX Subsection "boolean = $iter->forward_sentence_ends ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "$iter\->\fBforward_to_end\fP" .el .SS "\f(CW$iter\fP\->\fBforward_to_end\fP" .IX Subsection "$iter->forward_to_end" .ie n .SS "boolean = $iter\->\fBforward_to_line_end\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_to_line_end\fP" .IX Subsection "boolean = $iter->forward_to_line_end" .ie n .SS "boolean = $iter\->\fBforward_to_tag_toggle\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_to_tag_toggle\fP ($tag)" .IX Subsection "boolean = $iter->forward_to_tag_toggle ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag or undef) .ie n .SS "boolean = $iter\->\fBforward_visible_cursor_position\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_cursor_position\fP" .IX Subsection "boolean = $iter->forward_visible_cursor_position" Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBforward_visible_cursor_positions\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_cursor_positions\fP ($count)" .IX Subsection "boolean = $iter->forward_visible_cursor_positions ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBforward_visible_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_line\fP" .IX Subsection "boolean = $iter->forward_visible_line" Since: gtk+ 2.8 .ie n .SS "boolean = $iter\->\fBforward_visible_lines\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_lines\fP ($count)" .IX Subsection "boolean = $iter->forward_visible_lines ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.8 .ie n .SS "boolean = $iter\->\fBforward_visible_word_end\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_word_end\fP" .IX Subsection "boolean = $iter->forward_visible_word_end" Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBforward_visible_word_ends\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_visible_word_ends\fP ($count)" .IX Subsection "boolean = $iter->forward_visible_word_ends ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .PP Since: gtk+ 2.4 .ie n .SS "boolean = $iter\->\fBforward_word_end\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_word_end\fP" .IX Subsection "boolean = $iter->forward_word_end" .ie n .SS "boolean = $iter\->\fBforward_word_ends\fP ($count)" .el .SS "boolean = \f(CW$iter\fP\->\fBforward_word_ends\fP ($count)" .IX Subsection "boolean = $iter->forward_word_ends ($count)" .IP "\(bu" 4 \&\f(CW$count\fR (integer) .ie n .SS "boolean = $iter\->\fBhas_tag\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBhas_tag\fP ($tag)" .IX Subsection "boolean = $iter->has_tag ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag) .ie n .SS "boolean = $iter\->\fBin_range\fP ($start, $end)" .el .SS "boolean = \f(CW$iter\fP\->\fBin_range\fP ($start, \f(CW$end\fP)" .IX Subsection "boolean = $iter->in_range ($start, $end)" .IP "\(bu" 4 \&\f(CW$start\fR (Gtk2::TextIter) .IP "\(bu" 4 \&\f(CW$end\fR (Gtk2::TextIter) .ie n .SS "boolean = $iter\->\fBinside_sentence\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBinside_sentence\fP" .IX Subsection "boolean = $iter->inside_sentence" .ie n .SS "boolean = $iter\->\fBinside_word\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBinside_word\fP" .IX Subsection "boolean = $iter->inside_word" .ie n .SS "boolean = $iter\->\fBis_cursor_position\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBis_cursor_position\fP" .IX Subsection "boolean = $iter->is_cursor_position" .ie n .SS "boolean = $iter\->\fBis_end\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBis_end\fP" .IX Subsection "boolean = $iter->is_end" .ie n .SS "boolean = $iter\->\fBis_start\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBis_start\fP" .IX Subsection "boolean = $iter->is_start" .ie n .SS "language = $iter\->\fBget_language\fP" .el .SS "language = \f(CW$iter\fP\->\fBget_language\fP" .IX Subsection "language = $iter->get_language" .ie n .SS "integer = $iter\->\fBget_line\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_line\fP" .IX Subsection "integer = $iter->get_line" .ie n .SS "integer = $iter\->\fBget_line_index\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_line_index\fP" .IX Subsection "integer = $iter->get_line_index" .ie n .SS "$iter\->\fBset_line_index\fP ($byte_on_line)" .el .SS "\f(CW$iter\fP\->\fBset_line_index\fP ($byte_on_line)" .IX Subsection "$iter->set_line_index ($byte_on_line)" .IP "\(bu" 4 \&\f(CW$byte_on_line\fR (integer) .ie n .SS "integer = $iter\->\fBget_line_offset\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_line_offset\fP" .IX Subsection "integer = $iter->get_line_offset" .ie n .SS "$iter\->\fBset_line_offset\fP ($char_on_line)" .el .SS "\f(CW$iter\fP\->\fBset_line_offset\fP ($char_on_line)" .IX Subsection "$iter->set_line_offset ($char_on_line)" .IP "\(bu" 4 \&\f(CW$char_on_line\fR (integer) .ie n .SS "$iter\->\fBset_line\fP ($line_number)" .el .SS "\f(CW$iter\fP\->\fBset_line\fP ($line_number)" .IX Subsection "$iter->set_line ($line_number)" .IP "\(bu" 4 \&\f(CW$line_number\fR (integer) .ie n .SS "list = $iter\->\fBget_marks\fP" .el .SS "list = \f(CW$iter\fP\->\fBget_marks\fP" .IX Subsection "list = $iter->get_marks" Returns a list of all Gtk2::TextMark at this location. Because marks are not iterable (they don't take up any \*(L"space\*(R" in the buffer, they are just marks in between iterable locations), multiple marks can exist in the same place. The returned list is not in any meaningful order. .ie n .SS "integer = $iter\->\fBget_offset\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_offset\fP" .IX Subsection "integer = $iter->get_offset" .ie n .SS "$iter\->\fBset_offset\fP ($char_offset)" .el .SS "\f(CW$iter\fP\->\fBset_offset\fP ($char_offset)" .IX Subsection "$iter->set_offset ($char_offset)" .IP "\(bu" 4 \&\f(CW$char_offset\fR (integer) .ie n .SS "$first\->\fBorder\fP ($second)" .el .SS "\f(CW$first\fP\->\fBorder\fP ($second)" .IX Subsection "$first->order ($second)" .IP "\(bu" 4 \&\f(CW$second\fR (Gtk2::TextIter) .ie n .SS "pixbuf or undef = $iter\->\fBget_pixbuf\fP" .el .SS "pixbuf or undef = \f(CW$iter\fP\->\fBget_pixbuf\fP" .IX Subsection "pixbuf or undef = $iter->get_pixbuf" .ie n .SS "string = $start\->\fBget_slice\fP ($end)" .el .SS "string = \f(CW$start\fP\->\fBget_slice\fP ($end)" .IX Subsection "string = $start->get_slice ($end)" .IP "\(bu" 4 \&\f(CW$end\fR (Gtk2::TextIter) .ie n .SS "boolean = $iter\->\fBstarts_line\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBstarts_line\fP" .IX Subsection "boolean = $iter->starts_line" .ie n .SS "boolean = $iter\->\fBstarts_sentence\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBstarts_sentence\fP" .IX Subsection "boolean = $iter->starts_sentence" .ie n .SS "boolean = $iter\->\fBstarts_word\fP" .el .SS "boolean = \f(CW$iter\fP\->\fBstarts_word\fP" .IX Subsection "boolean = $iter->starts_word" .ie n .SS "list = $iter\->\fBget_tags\fP" .el .SS "list = \f(CW$iter\fP\->\fBget_tags\fP" .IX Subsection "list = $iter->get_tags" Returns a list of tags that apply to iter, in ascending order of priority (highest-priority tags are last). .ie n .SS "string = $start\->\fBget_text\fP ($end)" .el .SS "string = \f(CW$start\fP\->\fBget_text\fP ($end)" .IX Subsection "string = $start->get_text ($end)" .IP "\(bu" 4 \&\f(CW$end\fR (Gtk2::TextIter) .ie n .SS "list = $iter\->\fBget_toggled_tags\fP ($toggled_on)" .el .SS "list = \f(CW$iter\fP\->\fBget_toggled_tags\fP ($toggled_on)" .IX Subsection "list = $iter->get_toggled_tags ($toggled_on)" .IP "\(bu" 4 \&\f(CW$toggled_on\fR (boolean) .PP Returns a list of Gtk2::TextTag that are toggled on or off at this point. (If toggled_on is \s-1TRUE,\s0 the list contains tags that are toggled on.) If a tag is toggled on at iter, then some non-empty range of characters following iter has that tag applied to it. If a tag is toggled off, then some non-empty range following iter does not have the tag applied to it. .ie n .SS "boolean = $iter\->\fBtoggles_tag\fP ($tag)" .el .SS "boolean = \f(CW$iter\fP\->\fBtoggles_tag\fP ($tag)" .IX Subsection "boolean = $iter->toggles_tag ($tag)" .IP "\(bu" 4 \&\f(CW$tag\fR (Gtk2::TextTag or undef) .ie n .SS "integer = $iter\->\fBget_visible_line_index\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_visible_line_index\fP" .IX Subsection "integer = $iter->get_visible_line_index" .ie n .SS "$iter\->\fBset_visible_line_index\fP ($byte_on_line)" .el .SS "\f(CW$iter\fP\->\fBset_visible_line_index\fP ($byte_on_line)" .IX Subsection "$iter->set_visible_line_index ($byte_on_line)" .IP "\(bu" 4 \&\f(CW$byte_on_line\fR (integer) .ie n .SS "integer = $iter\->\fBget_visible_line_offset\fP" .el .SS "integer = \f(CW$iter\fP\->\fBget_visible_line_offset\fP" .IX Subsection "integer = $iter->get_visible_line_offset" .ie n .SS "$iter\->\fBset_visible_line_offset\fP ($char_on_line)" .el .SS "\f(CW$iter\fP\->\fBset_visible_line_offset\fP ($char_on_line)" .IX Subsection "$iter->set_visible_line_offset ($char_on_line)" .IP "\(bu" 4 \&\f(CW$char_on_line\fR (integer) .ie n .SS "string = $start\->\fBget_visible_slice\fP ($end)" .el .SS "string = \f(CW$start\fP\->\fBget_visible_slice\fP ($end)" .IX Subsection "string = $start->get_visible_slice ($end)" .IP "\(bu" 4 \&\f(CW$end\fR (Gtk2::TextIter) .ie n .SS "string = $start\->\fBget_visible_text\fP ($end)" .el .SS "string = \f(CW$start\fP\->\fBget_visible_text\fP ($end)" .IX Subsection "string = $start->get_visible_text ($end)" .IP "\(bu" 4 \&\f(CW$end\fR (Gtk2::TextIter) .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "flags Gtk2::TextSearchFlags" .IX Subsection "flags Gtk2::TextSearchFlags" .IP "\(bu" 4 \&'visible\-only' / '\s-1GTK_TEXT_SEARCH_VISIBLE_ONLY\s0' .IP "\(bu" 4 \&'text\-only' / '\s-1GTK_TEXT_SEARCH_TEXT_ONLY\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Boxed .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gtk2 for a full notice.