Pango.AttrClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
copy |
r |
function to duplicate an attribute of this type (see [method`Pango`.Attribute.copy]) |
|
destroy |
r |
function to free an attribute of this type (see [method`Pango`.Attribute.destroy]) |
|
equal |
r |
function to check two attributes of this type for equality (see [method`Pango`.Attribute.equal]) |
|
type |
r/w |
the type ID for this attribute |
Methods¶
None
Details¶
- class Pango.AttrClass¶
The
PangoAttrClass
structure stores the type and operations for a particular type of attribute.The functions in this structure should not be called directly. Instead, one should use the wrapper functions provided for
PangoAttribute
.