org.gnu.gdk
Class SubwindowMode
Enum
org.gnu.gdk.SubwindowMode
public class SubwindowMode
extends Enum
static SubwindowMode | CLIP_BY_CHILDREN - 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 - 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.
|
CLIP_BY_CHILDREN
public static final SubwindowMode CLIP_BY_CHILDREN
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
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.