org.gnu.gtk
public class PolicyType extends Enum
ALWAYS The scrollbar is always visible AUTOMATIC The scrollbar will appear and disappear as needed NEVER The scrollbar will never appear
| Field Summary | |
|---|---|
| static PolicyType | ALWAYS |
| static PolicyType | AUTOMATIC |
| static PolicyType | NEVER |
| Method Summary | |
|---|---|
| PolicyType | and(PolicyType other) |
| static PolicyType | intern(int value) |
| PolicyType | or(PolicyType other) |
| boolean | test(PolicyType other) |
| PolicyType | xor(PolicyType other) |