Enums
Value | Symbolic name | Description |
0 | GTK_POLICY_ALWAYS | The scrollbar is always on display. |
1 | GTK_POLICY_AUTOMATIC | The scrollbar is shown only when it is needed. For instance, a GtkText may alter in size according to the amount of text displayed in it. The scrollbar will not be present when the text widget is empty, but will become apparent when the size of the text exceeds the size of the displayable page. |
2 | GTK_POLICY_NEVER | The scrollbar is never shown. |