org.gnu.gtk

Class MenuFactoryType

public class MenuFactoryType extends Enum

Field Summary
static MenuFactoryTypeMENU
static MenuFactoryTypeMENU_BAR
static MenuFactoryTypeOPTION_MENU
Method Summary
MenuFactoryTypeand(MenuFactoryType other)
static MenuFactoryTypeintern(int value)
MenuFactoryTypeor(MenuFactoryType other)
booleantest(MenuFactoryType other)
MenuFactoryTypexor(MenuFactoryType other)

Field Detail

MENU

public static final MenuFactoryType MENU

MENU_BAR

public static final MenuFactoryType MENU_BAR

OPTION_MENU

public static final MenuFactoryType OPTION_MENU

Method Detail

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)