| pangoAttrListFilter {RGtk2} | R Documentation |
Given a PangoAttrList and callback function, removes any elements
of list for which func returns TRUE and inserts them into
a new list.
pangoAttrListFilter(object, func, data)
|
[PangoAttrList] a PangoAttrList |
|
[PangoAttrFilterFunc] callback function; returns TRUE if an attribute
should be filtered out. |
|
[R object] Data to be passed to func |
Since 1.2
[PangoAttrList] the new PangoAttrList or NULL if
no attributes of the given types were found.
Derived by RGtkGen from GTK+ documentation