org.gnu.gtk

Class TargetFlags


public class TargetFlags
extends Flags

Field Summary

static TargetFlags
NO_RESTRICTION
static TargetFlags
SAME_APP
static TargetFlags
SAME_WIDGET

Method Summary

TargetFlags
and(TargetFlags other)
static TargetFlags
intern(int value)
TargetFlags
or(TargetFlags other)
boolean
test(TargetFlags other)
TargetFlags
xor(TargetFlags other)

Field Details

NO_RESTRICTION

public static final TargetFlags NO_RESTRICTION

SAME_APP

public static final TargetFlags SAME_APP

SAME_WIDGET

public static final TargetFlags SAME_WIDGET

Method Details

and

public TargetFlags and(TargetFlags other)

intern

public static TargetFlags intern(int value)

or

public TargetFlags or(TargetFlags other)

test

public boolean test(TargetFlags other)

xor

public TargetFlags xor(TargetFlags other)