org.gnu.gtk

Class DebugFlag


public class DebugFlag
extends Flags

Field Summary

static DebugFlag
MISC
static DebugFlag
PLUGSOCKET
static DebugFlag
TEXT
static DebugFlag
TREE
static DebugFlag
UPDATES

Method Summary

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

Field Details

MISC

public static final DebugFlag MISC

PLUGSOCKET

public static final DebugFlag PLUGSOCKET

TEXT

public static final DebugFlag TEXT

TREE

public static final DebugFlag TREE

UPDATES

public static final DebugFlag UPDATES

Method Details

and

public DebugFlag and(DebugFlag other)

intern

public static DebugFlag intern(int value)

or

public DebugFlag or(DebugFlag other)

test

public boolean test(DebugFlag other)

xor

public DebugFlag xor(DebugFlag other)