org.gnu.gnome
public class InteractStyle extends org.gnu.glib.Enum
Modifier and Type | Field and Description |
---|---|
static InteractStyle |
ANY |
static InteractStyle |
ERRORS |
static InteractStyle |
NONE |
Modifier and Type | Method and Description |
---|---|
InteractStyle |
and(InteractStyle other) |
static InteractStyle |
intern(int value) |
InteractStyle |
or(InteractStyle other) |
boolean |
test(InteractStyle other) |
InteractStyle |
xor(InteractStyle other) |
public static final InteractStyle NONE
public static final InteractStyle ERRORS
public static final InteractStyle ANY
public static InteractStyle intern(int value)
public InteractStyle or(InteractStyle other)
public InteractStyle and(InteractStyle other)
public InteractStyle xor(InteractStyle other)
public boolean test(InteractStyle other)