org.gnu.gtk

Class ToolBarChildType

public class ToolBarChildType extends Enum

Deprecated:

Field Summary
static ToolBarChildTypeBUTTON
static ToolBarChildTypeRADIOBUTTON
static ToolBarChildTypeSPACE
static ToolBarChildTypeTOGGLEBUTTON
static ToolBarChildTypeWIDGET
Method Summary
ToolBarChildTypeand(ToolBarChildType other)
static ToolBarChildTypeintern(int value)
ToolBarChildTypeor(ToolBarChildType other)
booleantest(ToolBarChildType other)
ToolBarChildTypexor(ToolBarChildType other)

Field Detail

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 Detail

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)