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)
|
|
|
callback function; returns |
|
Data to be passed to |
Since 1.2
[PangoAttrList
] the new PangoAttrList
or NULL
if
no attributes of the given types were found.
Derived by RGtkGen from GTK+ documentation