org.gnu.gtk

Class ToolBarStyle


public class ToolBarStyle
extends Enum

Field Summary

static ToolBarStyle
BOTH
static ToolBarStyle
BOTH_HORIZ
static ToolBarStyle
ICONS
static ToolBarStyle
TEXT

Method Summary

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

Field Details

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 Details

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)