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() nothrow
pango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attribute
pango.language.Language value() @property nothrowGet `value` field. Returns: the [pango.language.Language] which is the value of the attribute
void value(pango.language.Language propval) @property nothrowSet `value` field. Params: propval = the [pango.language.Language] which is the value of the attribute
pango.attribute.Attribute new_(pango.language.Language language) static nothrowCreate a new language tag attribute.
Constructors
this(void * ptr, Flag!"Take" take)