org.gnu.gtk
Class ToolBarChildType

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gtk.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)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE

public static final ToolBarChildType SPACE

BUTTON

public static final ToolBarChildType BUTTON

TOGGLEBUTTON

public static final ToolBarChildType TOGGLEBUTTON

RADIOBUTTON

public static final ToolBarChildType RADIOBUTTON

WIDGET

public static final ToolBarChildType WIDGET
Method Detail

intern

public static ToolBarChildType intern(int value)

or

public ToolBarChildType or(ToolBarChildType other)

and

public ToolBarChildType and(ToolBarChildType other)

xor

public ToolBarChildType xor(ToolBarChildType other)

test

public boolean test(ToolBarChildType other)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net