pangoAttrListInsert {RGtk2} | R Documentation |
Insert the given attribute into the PangoAttrList
. It will
be inserted after all other attributes with a matching
start.index
.
pangoAttrListInsert(object, attr)
|
[PangoAttrList ] a PangoAttrList |
|
[PangoAttribute ] the attribute to insert. Ownership of this value is
assumed by the list. |
Derived by RGtkGen from GTK+ documentation