org.gnu.gtk

Class SignalRunType

public class SignalRunType extends Flags

Field Summary
static SignalRunTypeACTION
static SignalRunTypeBOTH
static SignalRunTypeFIRST
static SignalRunTypeLAST
static SignalRunTypeNO_HOOKS
static SignalRunTypeNO_RECURSE
Method Summary
SignalRunTypeand(SignalRunType other)
static SignalRunTypeintern(int value)
SignalRunTypeor(SignalRunType other)
booleantest(SignalRunType other)
SignalRunTypexor(SignalRunType other)

Field Detail

ACTION

public static final SignalRunType ACTION

BOTH

public static final SignalRunType BOTH

FIRST

public static final SignalRunType FIRST

LAST

public static final SignalRunType LAST

NO_HOOKS

public static final SignalRunType NO_HOOKS

NO_RECURSE

public static final SignalRunType NO_RECURSE

Method Detail

and

public SignalRunType and(SignalRunType other)

intern

public static SignalRunType intern(int value)

or

public SignalRunType or(SignalRunType other)

test

public boolean test(SignalRunType other)

xor

public SignalRunType xor(SignalRunType other)