org.gnu.gtk

Class SignalRunType


public class SignalRunType
extends Flags

Field Summary

static SignalRunType
ACTION
static SignalRunType
BOTH
static SignalRunType
FIRST
static SignalRunType
LAST
static SignalRunType
NO_HOOKS
static SignalRunType
NO_RECURSE

Method Summary

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

Field Details

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 Details

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)