Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.AttrIterator |
Struct : | AttrIterator |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
copy
()
:
Pango.AttrIterator
Copy a PangoAttrIterator be freed with pango_attr_iterator_destroy().
Copy a PangoAttrIterator be freed with pango_attr_iterator_destroy().
|
Pango.AttrIterator | |
destroy
()
:
none
Destroy a PangoAttrIterator and free all associated memory.
Destroy a PangoAttrIterator and free all associated memory.
|
Pango.AttrIterator | |
get
(AttrType type)
:
Pango.Attribute
Find the current attribute of a particular type at the iterator location.
Find the current attribute of a particular type at the iterator location. When multiple attributes of the same type overlap, the attribute whose range starts closest to the current location is used. if no attribute of that type applies to the current location.
|
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
()
:
Boolean
Advance the iterator until the next change of style.
Advance the iterator until the next change of style.
|
Pango.AttrIterator | |
range
()
:
Object
Get the range of the current segment.
|
Pango.AttrIterator |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Pango.AttrList
Method |
get_iterator
()
:
Pango.AttrIterator
Create a iterator initialized to the beginning of the list.
|