org.gnu.gtk
Class PathPriorityType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.PathPriorityType
public class PathPriorityType
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LOWEST
public static final PathPriorityType LOWEST
GTK
public static final PathPriorityType GTK
APPLICATION
public static final PathPriorityType APPLICATION
THEME
public static final PathPriorityType THEME
RC
public static final PathPriorityType RC
HIGHEST
public static final PathPriorityType HIGHEST
intern
public static PathPriorityType intern(int value)
or
public PathPriorityType or(PathPriorityType other)
and
public PathPriorityType and(PathPriorityType other)
xor
public PathPriorityType xor(PathPriorityType other)
test
public boolean test(PathPriorityType other)