AttrInt

class AttrInt(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

The PangoAttrInt structure is used to represent attributes with an integer or enumeration value.

Skipped during bindings generation

  • field attr: Attribute

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrInt.

constructor(scope: <Error class: unknown class>)

Allocate a new AttrInt using the provided AutofreeScope.

constructor(value: <Error class: unknown class>)

Allocate a new AttrInt.

constructor(value: <Error class: unknown class>, scope: <Error class: unknown class>)

Allocate a new AttrInt using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val pangoAttrIntPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var value: <Error class: unknown class>

the value of the attribute

Functions

Link copied to clipboard
open override fun toString(): String