Enum
org.gnu.gtk.ArrowType
public class ArrowType
extends Enum
Arrow
static ArrowType
DOWN
LEFT
RIGHT
UP
ArrowType
and(ArrowType other)
intern(int value)
or(ArrowType other)
boolean
test(ArrowType other)
xor(ArrowType other)
public static final ArrowType DOWN
public static final ArrowType LEFT
public static final ArrowType RIGHT
public static final ArrowType UP
public ArrowType and(ArrowType other)
public static ArrowType intern(int value)
public ArrowType or(ArrowType other)
public boolean test(ArrowType other)
public ArrowType xor(ArrowType other)