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

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

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)