org.gnu.gtk
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 |
Method Summary | |
---|---|
PathPriorityType | and(PathPriorityType other) |
static PathPriorityType | intern(int value) |
PathPriorityType | or(PathPriorityType other) |
boolean | test(PathPriorityType other) |
PathPriorityType | xor(PathPriorityType other) |