org.gnu.gtk
Class ToolBarSpaceStyle

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gtk.ToolBarSpaceStyle

public class ToolBarSpaceStyle
extends Enum


Field Summary
static ToolBarSpaceStyle EMPTY
           
static ToolBarSpaceStyle LINE
           
 
Method Summary
 ToolBarSpaceStyle and(ToolBarSpaceStyle other)
           
static ToolBarSpaceStyle intern(int value)
           
 ToolBarSpaceStyle or(ToolBarSpaceStyle other)
           
 boolean test(ToolBarSpaceStyle other)
           
 ToolBarSpaceStyle xor(ToolBarSpaceStyle 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

EMPTY

public static final ToolBarSpaceStyle EMPTY

LINE

public static final ToolBarSpaceStyle LINE
Method Detail

intern

public static ToolBarSpaceStyle intern(int value)

or

public ToolBarSpaceStyle or(ToolBarSpaceStyle other)

and

public ToolBarSpaceStyle and(ToolBarSpaceStyle other)

xor

public ToolBarSpaceStyle xor(ToolBarSpaceStyle other)

test

public boolean test(ToolBarSpaceStyle other)

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