pangoAttrIteratorGetAttrs {RGtk2}R Documentation

pangoAttrIteratorGetAttrs

Description

Gets a list of all attributes at the current position of the iterator.

Usage

pangoAttrIteratorGetAttrs(object)

Arguments

object [PangoAttrIterator] a PangoAttrIterator

Value

[list] a list of all attributes for the current range. To free this value, call pango\Attribute\Destroy() on each value and g\Slist\Free() on the list.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]