Attribute
class Attribute(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
The PangoAttribute
structure represents the common portions of all attributes.
Particular types of attributes include this structure as their initial portion. The common portion of the attribute holds the range to which the value in the type-specific part of the attribute applies and should be initialized using method@Pango.Attribute.init. By default, an attribute will have an all-inclusive range of 0,%G_MAXUINT.
Constructors
Link copied to clipboard
constructor()
Allocate a new Attribute.
constructor(scope: <Error class: unknown class>)
Allocate a new Attribute using the provided AutofreeScope.
constructor(klass: AttrClass?, startIndex: <Error class: unknown class>, endIndex: <Error class: unknown class>)
Allocate a new Attribute.
constructor(klass: AttrClass?, startIndex: <Error class: unknown class>, endIndex: <Error class: unknown class>, scope: <Error class: unknown class>)
Allocate a new Attribute using the provided AutofreeScope.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)