org.gnu.gtk

Class PolicyType


public class PolicyType
extends Enum

Determines when a scrollbar is visible.
  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)

Field Details

ALWAYS

public static final PolicyType ALWAYS

AUTOMATIC

public static final PolicyType AUTOMATIC

NEVER

public static final PolicyType NEVER

Method Details

and

public PolicyType and(PolicyType other)

intern

public static PolicyType intern(int value)

or

public PolicyType or(PolicyType other)

test

public boolean test(PolicyType other)

xor

public PolicyType xor(PolicyType other)