Copy a pango.attr_iterator.AttrIterator.
Destroy a pango.attr_iterator.AttrIterator and free all associated memory.
Find the current attribute of a particular type at the iterator location.
Gets a list of all attributes at the current position of the iterator.
Get the font and other attributes at the current iterator position.
Advance the iterator until the next change of style.
Get the range of the current segment.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.attr_iterator.AttrIterator is used to iterate through a pango.attr_list.AttrList.
A new iterator is created with pango.attr_list.AttrList.getIterator. Once the iterator is created, it can be advanced through the style changes in the text using pango.attr_iterator.AttrIterator.next. At each style change, the range of the current style segment and the attributes currently in effect can be queried.