Interface PolicyType


public interface PolicyType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
  • Field Details

    • ALWAYS

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

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

      static final int NEVER
      The scrollbar should never appear. In this mode the
      content determines the size.
      See Also:
    • 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.
      See Also: