Pango.AttrLanguage¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| attr | Pango.Attribute | r/w | the common portion of the attribute | 
| value | Pango.Language | r/w | the Pango.Languagewhich is the value of the attribute | 
Details¶
- 
class Pango.AttrLanguage¶
- The - Pango.AttrLanguagestructure is used to represent attributes that are languages.- 
classmethod new(language)[source]¶
- Parameters: - language ( - Pango.Language) – language tag- Returns: - the newly allocated - Pango.Attribute, which should be freed with- Pango.Attribute.destroy().- Return type: - Pango.Attribute- Create a new language tag attribute. 
 
- 
classmethod