AttrString

The pango.attr_string.AttrString structure is used to represent attributes with a string value.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()

Properties

attr
pango.attribute.Attribute attr [@property getter]

Get field attr.

value
string value [@property getter]

Get field value.

value
string value [@property setter]

Set field value.