org.gnu.gdk
Class SubwindowMode
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.SubwindowMode
public class SubwindowMode
- extends org.gnu.glib.Enum
Field Summary |
static SubwindowMode |
CLIP_BY_CHILDREN
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
static SubwindowMode |
INCLUDE_INFERIORS
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
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 |
CLIP_BY_CHILDREN
public static final SubwindowMode CLIP_BY_CHILDREN
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Only draw onto the Window itself.
INCLUDE_INFERIORS
public static final SubwindowMode INCLUDE_INFERIORS
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- Draw onto the Window and child Windows.
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)