org.gnu.gtk

Class DestDefaults

public class DestDefaults extends Flags

Field Summary
static DestDefaultsALL
static DestDefaultsDROP
static DestDefaultsHIGHLIGHT
static DestDefaultsMOTION
Method Summary
DestDefaultsand(DestDefaults other)
static DestDefaultsintern(int value)
DestDefaultsor(DestDefaults other)
booleantest(DestDefaults other)
DestDefaultsxor(DestDefaults other)

Field Detail

ALL

public static final DestDefaults ALL

DROP

public static final DestDefaults DROP

HIGHLIGHT

public static final DestDefaults HIGHLIGHT

MOTION

public static final DestDefaults MOTION

Method Detail

and

public DestDefaults and(DestDefaults other)

intern

public static DestDefaults intern(int value)

or

public DestDefaults or(DestDefaults other)

test

public boolean test(DestDefaults other)

xor

public DestDefaults xor(DestDefaults other)