Schnittstelle PolicyType


public interface PolicyType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The scrollbar is always visible.
    static final int
    The scrollbar will appear and disappear as necessary.
    static final int
    Don't show a scrollbar, but don't force the
    size to follow the content.
    static final int
    The scrollbar should never appear.
  • Felddetails

    • ALWAYS

      static final int ALWAYS
      The scrollbar is always visible. The view size is
      independent of the content.
      Siehe auch:
    • AUTOMATIC

      static final int AUTOMATIC
      The scrollbar will appear and disappear as necessary.
      For example, when all of a `GtkTreeView` can not be seen.
      Siehe auch:
    • NEVER

      static final int NEVER
      The scrollbar should never appear. In this mode the
      content determines the size.
      Siehe auch:
    • EXTERNAL

      static final int EXTERNAL
      Don't show a scrollbar, but don't force the
      size to follow the content. This can be used e.g. to make multiple
      scrolled windows share a scrollbar.
      Siehe auch: