pangoAttrIteratorGet {RGtk2} | R Documentation |
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.
pangoAttrIteratorGet(object, type)
|
[PangoAttrIterator ] a PangoAttrIterator |
|
[PangoAttrType ] the type of attribute to find. |
[PangoAttribute
] the current attribute of the given type, or NULL
if no attribute of that type applies to the current
location.
Derived by RGtkGen from GTK+ documentation