org.gnu.gtk

Class PathType


public class PathType
extends Enum

Field Summary

static PathType
CLASS
static PathType
WIDGET
static PathType
WIDGET_CLASS

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

CLASS

public static final PathType CLASS


WIDGET

public static final PathType WIDGET


WIDGET_CLASS

public static final PathType WIDGET_CLASS

Method Details

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)