org.gnu.gdk

Class SubwindowMode

public class SubwindowMode extends Enum

Field Summary
static SubwindowModeCLIP_BY_CHILDREN
Only draw onto the Window itself.
static SubwindowModeINCLUDE_INFERIORS
Draw onto the Window and child Windows.
Method Summary
SubwindowModeand(SubwindowMode other)
static SubwindowModeintern(int value)
SubwindowModeor(SubwindowMode other)
booleantest(SubwindowMode other)
SubwindowModexor(SubwindowMode other)

Field Detail

CLIP_BY_CHILDREN

public static final SubwindowMode CLIP_BY_CHILDREN
Only draw onto the Window itself.

INCLUDE_INFERIORS

public static final SubwindowMode INCLUDE_INFERIORS
Draw onto the Window and child Windows.

Method Detail

and

public SubwindowMode and(SubwindowMode other)

intern

public static SubwindowMode intern(int value)

or

public SubwindowMode or(SubwindowMode other)

test

public boolean test(SubwindowMode other)

xor

public SubwindowMode xor(SubwindowMode other)