org.gnu.gtk
Class WrapMode

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.WrapMode

public class WrapMode
extends org.gnu.glib.Enum

Word wrapping mode for TextBuffer objects.


Field Summary
static WrapMode CHAR
           
static WrapMode NONE
           
static WrapMode WORD
           
 
Method Summary
 WrapMode and(WrapMode other)
           
static WrapMode intern(int value)
           
 WrapMode or(WrapMode other)
           
 boolean test(WrapMode other)
           
 WrapMode xor(WrapMode 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

NONE

public static final WrapMode NONE

CHAR

public static final WrapMode CHAR

WORD

public static final WrapMode WORD
Method Detail

intern

public static WrapMode intern(int value)

or

public WrapMode or(WrapMode other)

and

public WrapMode and(WrapMode other)

xor

public WrapMode xor(WrapMode other)

test

public boolean test(WrapMode other)