org.gnu.gdk

Class CrossingMode


public class CrossingMode
extends Enum

END OF GENERATED CODE

Field Summary

static CrossingMode
GRAB
static CrossingMode
NORMAL
static CrossingMode
UNGRAB

Method Summary

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

Field Details

GRAB

public static final CrossingMode GRAB

NORMAL

public static final CrossingMode NORMAL

UNGRAB

public static final CrossingMode UNGRAB

Method Details

and

public CrossingMode and(CrossingMode other)

intern

public static CrossingMode intern(int value)

or

public CrossingMode or(CrossingMode other)

test

public boolean test(CrossingMode other)

xor

public CrossingMode xor(CrossingMode other)