AttrInt

class AttrInt(val pangoAttrIntPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

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

Skipped during bindings generation

  • field attr: Field with not-pointer record/union PangoAttribute is not supported

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(pangoAttrIntPointer: <Error class: unknown class><<Error class: unknown class>>)

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