java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.StateType
public class StateType
extends Enum
static StateType
ACTIVE
INSENSITIVE
NORMAL
PRELIGHT
SELECTED
value_
StateType
and(StateType other)
intern(int value)
or(StateType other)
boolean
test(StateType other)
xor(StateType other)
equals
getValue
hashCode
public static final StateType ACTIVE
public static final StateType INSENSITIVE
public static final StateType NORMAL
public static final StateType PRELIGHT
public static final StateType SELECTED
public StateType and(StateType other)
public static StateType intern(int value)
public StateType or(StateType other)
public boolean test(StateType other)
public StateType xor(StateType other)