pangoAttrListInsertBefore {RGtk2}R Documentation

pangoAttrListInsertBefore

Description

Insert the given attribute into the PangoAttrList. It will be inserted before all other attributes with a matching start.index.

Usage

pangoAttrListInsertBefore(object, attr)

Arguments

object

a PangoAttrList

attr

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]