org.gnu.gdk
public class SubwindowMode extends Enum
Field Summary | |
---|---|
static SubwindowMode | CLIP_BY_CHILDREN
Only draw onto the Window itself. |
static SubwindowMode | INCLUDE_INFERIORS
Draw onto the Window and child Windows. |
Method Summary | |
---|---|
SubwindowMode | and(SubwindowMode other) |
static SubwindowMode | intern(int value) |
SubwindowMode | or(SubwindowMode other) |
boolean | test(SubwindowMode other) |
SubwindowMode | xor(SubwindowMode other) |
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.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.