org.gnu.gtk
Class PolicyType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.PolicyType
- public class PolicyType
- extends Enum
Determines when a scrollbar is visible.
ALWAYS
The scrollbar is always visible
AUTOMATIC
The scrollbark will appear and disappear as needed
NEVER
The scrollbar will never appear
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ALWAYS
public static final PolicyType ALWAYS
AUTOMATIC
public static final PolicyType AUTOMATIC
NEVER
public static final PolicyType NEVER
intern
public static PolicyType intern(int value)
or
public PolicyType or(PolicyType other)
and
public PolicyType and(PolicyType other)
xor
public PolicyType xor(PolicyType other)
test
public boolean test(PolicyType other)