org.gnu.gtk

Class ToolBarStyle

public class ToolBarStyle extends Enum

Field Summary
static ToolBarStyleBOTH
static ToolBarStyleBOTH_HORIZ
static ToolBarStyleICONS
static ToolBarStyleTEXT
Method Summary
ToolBarStyleand(ToolBarStyle other)
static ToolBarStyleintern(int value)
ToolBarStyleor(ToolBarStyle other)
booleantest(ToolBarStyle other)
ToolBarStylexor(ToolBarStyle other)

Field Detail

BOTH

public static final ToolBarStyle BOTH

BOTH_HORIZ

public static final ToolBarStyle BOTH_HORIZ

ICONS

public static final ToolBarStyle ICONS

TEXT

public static final ToolBarStyle TEXT

Method Detail

and

public ToolBarStyle and(ToolBarStyle other)

intern

public static ToolBarStyle intern(int value)

or

public ToolBarStyle or(ToolBarStyle other)

test

public boolean test(ToolBarStyle other)

xor

public ToolBarStyle xor(ToolBarStyle other)