public final class PolicyType
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static PolicyType |
ALWAYS
Force the scrollbar to be always visible.
|
static PolicyType |
AUTOMATIC
The scrollbar will appear when necessary and disappear when the child
widget is smaller than the allocated region.
|
static PolicyType |
NEVER
Prevent the scrollbar from ever appearing.
|
public static final PolicyType ALWAYS
public static final PolicyType AUTOMATIC
public static final PolicyType NEVER