org.gnu.gtk

Class ToolBarChildType

public class ToolBarChildType extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.ToolBarChildType. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

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)