org.gnu.gtk

Class ExpanderStyle


public class ExpanderStyle
extends Enum

Field Summary

static ExpanderStyle
COLLAPSED
static ExpanderStyle
EXPANDED
static ExpanderStyle
SEMI_COLLAPSED
static ExpanderStyle
SEMI_EXPANDED

Method Summary

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

Field Details

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 Details

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)