org.gnu.gtk

Class WidgetHelpType

public class WidgetHelpType extends Enum

Field Summary
static WidgetHelpTypeTOOLTIP
static WidgetHelpTypeWHATIS_THIS
Method Summary
WidgetHelpTypeand(WidgetHelpType other)
static WidgetHelpTypeintern(int value)
WidgetHelpTypeor(WidgetHelpType other)
booleantest(WidgetHelpType other)
WidgetHelpTypexor(WidgetHelpType other)

Field Detail

TOOLTIP

public static final WidgetHelpType TOOLTIP

WHATIS_THIS

public static final WidgetHelpType WHATIS_THIS

Method Detail

and

public WidgetHelpType and(WidgetHelpType other)

intern

public static WidgetHelpType intern(int value)

or

public WidgetHelpType or(WidgetHelpType other)

test

public boolean test(WidgetHelpType other)

xor

public WidgetHelpType xor(WidgetHelpType other)