org.gnu.gtk

Class ExpanderStyle

public class ExpanderStyle extends Enum

Field Summary
static ExpanderStyleCOLLAPSED
static ExpanderStyleEXPANDED
static ExpanderStyleSEMI_COLLAPSED
static ExpanderStyleSEMI_EXPANDED
Method Summary
ExpanderStyleand(ExpanderStyle other)
static ExpanderStyleintern(int value)
ExpanderStyleor(ExpanderStyle other)
booleantest(ExpanderStyle other)
ExpanderStylexor(ExpanderStyle other)

Field Detail

COLLAPSED

public static final ExpanderStyle COLLAPSED

EXPANDED

public static final ExpanderStyle EXPANDED

SEMI_COLLAPSED

public static final ExpanderStyle SEMI_COLLAPSED

SEMI_EXPANDED

public static final ExpanderStyle SEMI_EXPANDED

Method Detail

and

public ExpanderStyle and(ExpanderStyle other)

intern

public static ExpanderStyle intern(int value)

or

public ExpanderStyle or(ExpanderStyle other)

test

public boolean test(ExpanderStyle other)

xor

public ExpanderStyle xor(ExpanderStyle other)