org.gnu.gtk

Class StateType


public class StateType
extends Enum

END OF GENERATED CODE

Field Summary

static StateType
ACTIVE
static StateType
INSENSITIVE
static StateType
NORMAL
static StateType
PRELIGHT
static StateType
SELECTED

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

ACTIVE

public static final StateType ACTIVE


INSENSITIVE

public static final StateType INSENSITIVE


NORMAL

public static final StateType NORMAL


PRELIGHT

public static final StateType PRELIGHT


SELECTED

public static final StateType SELECTED

Method Details

and

public StateType and(StateType other)


intern

public static StateType intern(int value)


or

public StateType or(StateType other)


test

public boolean test(StateType other)


xor

public StateType xor(StateType other)