pango.PgAttributeIterator

Undocumented in source.

Public Imports

gtkc.pangotypes
public import gtkc.pangotypes;
pango.c.types
public import pango.c.types;

Members

Classes

PgAttributeIterator
class PgAttributeIterator

The PangoAttrIterator structure is used to represent an iterator through a PangoAttrList A new iterator is created with pango_attr_list_get_iterator(). Once the iterator is created, it can be advanced through the style changes in the text using pango_attr_iterator_next(). At each style change, the range of the current style segment and the attributes currently in effect can be queried.