GtkPolicyType

Determines how the size should be computed to achieve the one of the visibility mode for the scrollbars.

Values

ValueMeaning
ALWAYS0

The scrollbar is always visible. The view size is independent of the content.

AUTOMATIC1

The scrollbar will appear and disappear as necessary. For example, when all of a #GtkTreeView can not be seen.

NEVER2

The scrollbar should never appear. In this mode the content determines the size.

Meta