pango.attr_language

Module for [AttrLanguage] class

Types 1

The [pango.attr_language.AttrLanguage] structure is used to represent attributes that are languages.

Fields
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
pango.language.Language value() @propertyGet `value` field. Returns: the [pango.language.Language] which is the value of the attribute
void value(pango.language.Language propval) @propertySet `value` field. Params: propval = the [pango.language.Language] which is the value of the attribute
pango.attribute.Attribute new_(pango.language.Language language)Create a new language tag attribute.
Constructors
this(void * ptr, Flag!"Take" take)