org.gnu.gtk

Class MenuFactoryType


public class MenuFactoryType
extends Enum

END OF GENERATED CODE

Field Summary

static MenuFactoryType
MENU
static MenuFactoryType
MENU_BAR
static MenuFactoryType
OPTION_MENU

Method Summary

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

Field Details

MENU

public static final MenuFactoryType MENU

MENU_BAR

public static final MenuFactoryType MENU_BAR

OPTION_MENU

public static final MenuFactoryType OPTION_MENU

Method Details

and

public MenuFactoryType and(MenuFactoryType other)

intern

public static MenuFactoryType intern(int value)

or

public MenuFactoryType or(MenuFactoryType other)

test

public boolean test(MenuFactoryType other)

xor

public MenuFactoryType xor(MenuFactoryType other)