org.gnu.gtk

Class WidgetHelpType


public class WidgetHelpType
extends Enum

END OF GENERATED CODE

Field Summary

static WidgetHelpType
TOOLTIP
static WidgetHelpType
WHATIS_THIS

Method Summary

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

Field Details

TOOLTIP

public static final WidgetHelpType TOOLTIP

WHATIS_THIS

public static final WidgetHelpType WHATIS_THIS

Method Details

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)