pango.attr_language
Module for [AttrLanguage] class
class AttrLanguage
Types 1
classAttrLanguage
The pango.attr_language.AttrLanguage structure is used to represent attributes that are languages.
Fields
PangoAttrLanguage _cInstanceMethods
void * _cPtr() nothrowpango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attributepango.language.Language value() @property nothrowGet `value` field. Returns: the [pango.language.Language] which is the value of the attributevoid value(pango.language.Language propval) @property nothrowSet `value` field. Params: propval = the [pango.language.Language] which is the value of the attributepango.attribute.Attribute new_(pango.language.Language language) static nothrowCreate a new language tag attribute.