org.gnu.gtk
Class WindowType

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

public class WindowType
extends org.gnu.glib.Enum


Field Summary
static WindowType POPUP
           
static WindowType TOPLEVEL
           
 
Method Summary
 WindowType and(WindowType other)
           
static WindowType intern(int value)
           
 WindowType or(WindowType other)
           
 boolean test(WindowType other)
           
 WindowType xor(WindowType 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

TOPLEVEL

public static final WindowType TOPLEVEL

POPUP

public static final WindowType POPUP
Method Detail

intern

public static WindowType intern(int value)

or

public WindowType or(WindowType other)

and

public WindowType and(WindowType other)

xor

public WindowType xor(WindowType other)

test

public boolean test(WindowType other)