Description Usage Arguments Details Author(s)
Insert the given attribute into the PangoAttrList
. It will
replace any attributes of the same type on that segment
and be merged with any adjoining attributes that are identical.
1 | pangoAttrListChange(object, attr)
|
|
[ |
|
[ |
This function is slower than pangoAttrListInsert
for
creating a attribute list in order (potentially much slower
for large lists). However, pangoAttrListInsert
is not
suitable for continually changing a set of attributes
since it never removes or combines existing attributes.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.