org.gnu.gtk

Class PathType

public class PathType extends Enum

Field Summary
static PathTypeCLASS
static PathTypeWIDGET
static PathTypeWIDGET_CLASS
Method Summary
PathTypeand(PathType other)
static PathTypeintern(int value)
PathTypeor(PathType other)
booleantest(PathType other)
PathTypexor(PathType other)

Field Detail

CLASS

public static final PathType CLASS

WIDGET

public static final PathType WIDGET

WIDGET_CLASS

public static final PathType WIDGET_CLASS

Method Detail

and

public PathType and(PathType other)

intern

public static PathType intern(int value)

or

public PathType or(PathType other)

test

public boolean test(PathType other)

xor

public PathType xor(PathType other)