Class AttrLanguage

All Implemented Interfaces:
PointerInterface

public class AttrLanguage extends Record
The `PangoAttrLanguage` structure is used to represent attributes that
are languages.

https://docs.gtk.org/Pango/struct.AttrLanguage.html

  • Field Details

  • Constructor Details

    • AttrLanguage

      public AttrLanguage(PointerContainer pointer)
    • AttrLanguage

      public AttrLanguage()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldValue

      public void setFieldValue(Language value)
      the `PangoLanguage` which is the value of the attribute
    • getFieldValue

      public Language getFieldValue()
      the `PangoLanguage` which is the value of the attribute
    • _new

      public static Attribute _new(@Nonnull Language language)
      Create a new language tag attribute.
      Parameters:
      language - language tag
      Returns:
      the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]