Get 50% off unlimited learning
Buy Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
pangoAttributeEqual: pangoAttributeEqual
Description
Compare two attributes for equality. This compares only the actual value of the two attributes and not the ranges that the attributes apply to.
Usage
pangoAttributeEqual(object, attr2)
Arguments
object
[
PangoAttribute
] a
PangoAttribute
attr2
[
PangoAttribute
] another
PangoAttribute
Value
TRUE
if the two attributes have the same value.