org.gnu.gdk
Class SubwindowMode
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.SubwindowMode
- public class SubwindowMode
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CLIP_BY_CHILDREN
public static final SubwindowMode CLIP_BY_CHILDREN
INCLUDE_INFERIORS
public static final SubwindowMode INCLUDE_INFERIORS
intern
public static SubwindowMode intern(int value)
or
public SubwindowMode or(SubwindowMode other)
and
public SubwindowMode and(SubwindowMode other)
xor
public SubwindowMode xor(SubwindowMode other)
test
public boolean test(SubwindowMode other)