Schnittstelle NaturalWrapMode


public interface NaturalWrapMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Inherit the minimum size request.
    static final int
    Try not to wrap the text.
    static final int
    Attempt to wrap at word boundaries.
  • Felddetails

    • INHERIT

      static final int INHERIT
      Inherit the minimum size request.
      In particular, this should be used with %PANGO_WRAP_CHAR.
      Siehe auch:
    • NONE

      static final int NONE
      Try not to wrap the text. This mode is the
      closest to GTK3's behavior but can lead to a wide label leaving
      lots of empty space below the text.
      Siehe auch:
    • WORD

      static final int WORD
      Attempt to wrap at word boundaries. This
      is useful in particular when using %PANGO_WRAP_WORD_CHAR as the
      wrap mode.
      Siehe auch: