pango.attr_string

Module for [AttrString] class

Types 1

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

Fields
PangoAttrString _cInstance
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
string value() @propertyGet `value` field. Returns: the string which is the value of the attribute
void value(string propval) @propertySet `value` field. Params: propval = the string which is the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)