Klasse AttrLanguage

Alle implementierten Schnittstellen:
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

  • Felddetails

    • ATTR

      public static final String ATTR
      the common portion of the attribute
      Private field: direct-type
      Siehe auch:
    • VALUE

      public static final String VALUE
      the `PangoLanguage` which is the value of the attribute
      Siehe auch:
  • Konstruktordetails

    • AttrLanguage

      public AttrLanguage(PointerContainer pointer)
    • AttrLanguage

      public AttrLanguage()
  • Methodendetails

    • 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.
      Parameter:
      language - language tag
      Gibt zurück:
      the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]