Gtk2::TextIter - wrapper for GtkTextIter
Glib::Boxed
+----Gtk2::TextIter
- $pred (scalar)
- $user_data (scalar)
- $limit (Gtk2::TextIter or undef)
- $str (string)
- $flags (Gtk2::TextSearchFlags)
- $limit (Gtk2::TextIter or undef)
- •
- $tag (Gtk2::TextTag or undef)
- •
- $count (integer)
Since: gtk+ 2.4
- •
- $count (integer)
Since: gtk+ 2.8
- •
- $count (integer)
Since: gtk+ 2.4
- •
- $tag (Gtk2::TextTag or undef)
- •
- $default_editability (boolean)
- •
- $default_setting (boolean)
- •
- $tag (Gtk2::TextTag or undef)
- $pred (scalar)
- $user_data (scalar)
- $limit (Gtk2::TextIter or undef)
- $str (string)
- $flags (Gtk2::TextSearchFlags)
- $limit (Gtk2::TextIter or undef)
- •
- $tag (Gtk2::TextTag or undef)
- •
- $count (integer)
Since: gtk+ 2.4
- •
- $count (integer)
Since: gtk+ 2.8
- •
- $count (integer)
Since: gtk+ 2.4
- $start (Gtk2::TextIter)
- $end (Gtk2::TextIter)
- •
- $byte_on_line (integer)
- •
- $char_on_line (integer)
Returns a list of all Gtk2::TextMark at this location. Because marks are not
iterable (they don't take up any "space" 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.
- •
- $second (Gtk2::TextIter)
Returns a list of tags that apply to iter, in ascending order of priority
(highest-priority tags are last).
- •
- $toggled_on (boolean)
Returns a list of Gtk2::TextTag that are toggled on or off at this
point. (If toggled_on is TRUE, 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.
- •
- $tag (Gtk2::TextTag or undef)
- •
- $byte_on_line (integer)
- •
- $char_on_line (integer)
- 'visible-only' / 'GTK_TEXT_SEARCH_VISIBLE_ONLY'
- 'text-only' / 'GTK_TEXT_SEARCH_TEXT_ONLY'
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.