org.gnu.gtk

Class DestDefaults


public class DestDefaults
extends Flags

Field Summary

static DestDefaults
ALL
static DestDefaults
DROP
static DestDefaults
HIGHLIGHT
static DestDefaults
MOTION

Fields inherited from class org.gnu.glib.Flags

value_

Method Summary

DestDefaults
and(DestDefaults other)
static DestDefaults
intern(int value)
DestDefaults
or(DestDefaults other)
boolean
test(DestDefaults other)
DestDefaults
xor(DestDefaults other)

Methods inherited from class org.gnu.glib.Flags

equals, getValue, hashCode

Field Details

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 Details

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)