Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.AttrIterator |
Struct : | AttrIterator |
None |
Method / Constructor | Defined By | |
---|---|---|
destroy
()
:
none
Destroy a PangoAttrIterator and free all associated memory.
Destroy a PangoAttrIterator and free all associated memory.
|
Pango.AttrIterator | |
get_attrs
()
:
Array
Gets a list of all attributes at the current position of the
iterator.
Gets a list of all attributes at the current position of the
iterator. all attributes for the current range. To free this value, call pango_attribute_destroy() on each value and g_slist_free() on the list.
|
Pango.AttrIterator | |
Get the font and other attributes at the current iterator position.
Get the font and other attributes at the current iterator position.
|
Pango.AttrIterator | |
next
()
:
gboolean
Advance the iterator until the next change of style.
Advance the iterator until the next change of style.
|
Pango.AttrIterator | |
Get the range of the current segment.
Get the range of the current segment. Note that the
stored return values are signed, not unsigned like the values in PangoAttribute. To deal with this API oversight, stored return values that wouldn't fit into a signed integer are clamped to G_MAXINT.
|
Pango.AttrIterator |
None |