org.gnu.gtk

Class TargetFlags

public class TargetFlags extends Flags

Field Summary
static TargetFlagsNO_RESTRICTION
static TargetFlagsSAME_APP
static TargetFlagsSAME_WIDGET
Method Summary
TargetFlagsand(TargetFlags other)
static TargetFlagsintern(int value)
TargetFlagsor(TargetFlags other)
booleantest(TargetFlags other)
TargetFlagsxor(TargetFlags other)

Field Detail

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 Detail

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)