org.gnu.gtk

Class ToolBarStyle


public class ToolBarStyle
extends Enum

END OF GENERATED CODE

Field Summary

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

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

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)