org.gnu.gtk

Class SideType


public class SideType
extends Enum

END OF GENERATED CODE

Field Summary

static SideType
BOTTOM
static SideType
LEFT
static SideType
RIGHT
static SideType
TOP

Method Summary

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

Field Details

BOTTOM

public static final SideType BOTTOM

LEFT

public static final SideType LEFT

RIGHT

public static final SideType RIGHT

TOP

public static final SideType TOP

Method Details

and

public SideType and(SideType other)

intern

public static SideType intern(int value)

or

public SideType or(SideType other)

test

public boolean test(SideType other)

xor

public SideType xor(SideType other)