org.gnu.gtk

Class ToolBarChildType


public class ToolBarChildType
extends Enum

Field Summary

static ToolBarChildType
BUTTON
static ToolBarChildType
RADIOBUTTON
static ToolBarChildType
SPACE
static ToolBarChildType
TOGGLEBUTTON
static ToolBarChildType
WIDGET

Method Summary

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

Field Details

BUTTON

public static final ToolBarChildType BUTTON

RADIOBUTTON

public static final ToolBarChildType RADIOBUTTON

SPACE

public static final ToolBarChildType SPACE

TOGGLEBUTTON

public static final ToolBarChildType TOGGLEBUTTON

WIDGET

public static final ToolBarChildType WIDGET

Method Details

and

public ToolBarChildType and(ToolBarChildType other)

intern

public static ToolBarChildType intern(int value)

or

public ToolBarChildType or(ToolBarChildType other)

test

public boolean test(ToolBarChildType other)

xor

public ToolBarChildType xor(ToolBarChildType other)