org.gnu.gtk

Class MenuFactoryType


public class MenuFactoryType
extends Enum

Field Summary

static MenuFactoryType
MENU
static MenuFactoryType
MENU_BAR
static MenuFactoryType
OPTION_MENU

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

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)