Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoAttrListChange

pangoAttrListChange


Description

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.

Usage

pangoAttrListChange(object, attr)

Arguments

object

[PangoAttrList] a PangoAttrList

attr

[PangoAttribute] the attribute to insert. Ownership of this value is assumed by the list.

Details

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.