org.gnu.gtk

Class PathPriorityType


public class PathPriorityType
extends Enum

Field Summary

static PathPriorityType
APPLICATION
static PathPriorityType
GTK
static PathPriorityType
HIGHEST
static PathPriorityType
LOWEST
static PathPriorityType
RC
static PathPriorityType
THEME

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

APPLICATION

public static final PathPriorityType APPLICATION


GTK

public static final PathPriorityType GTK


HIGHEST

public static final PathPriorityType HIGHEST


LOWEST

public static final PathPriorityType LOWEST


RC

public static final PathPriorityType RC


THEME

public static final PathPriorityType THEME

Method Details

and

public PathPriorityType and(PathPriorityType other)


intern

public static PathPriorityType intern(int value)


or

public PathPriorityType or(PathPriorityType other)


test

public boolean test(PathPriorityType other)


xor

public PathPriorityType xor(PathPriorityType other)