man Gtk2::TextIter () - Gtk2::TextIter

NAME

Gtk2::TextIter

HIERARCHY

  Glib::Boxed
  +----Gtk2::TextIter

METHODS

$iter->forward_to_end

$iter->set_line_index ($byte_on_line)

$iter->set_line_offset ($char_on_line)

$iter->set_line ($line_number)

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.

$iter->set_offset ($char_offset)

$first->order ($second)

Returns a list of tags that apply to iter, in ascending order of priority (highest-priority tags are last). 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.

$iter->set_visible_line_index ($byte_on_line)

$iter->set_visible_line_offset ($char_on_line)

ENUMS AND FLAGS

flags Gtk2::TextSearchFlags

* 'visible-only' / 'GTK_TEXT_SEARCH_VISIBLE_ONLY'
* 'text-only' / 'GTK_TEXT_SEARCH_TEXT_ONLY'

SEE ALSO

Gtk2, Glib::Boxed

COPYRIGHT

Copyright (C) 2003-2005 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.