org.gnu.gtk

Class MenuDirectionType


public class MenuDirectionType
extends Enum

Represents directional movements within a menu.
 PARENT
 To the parent menu shell
 CHILD
 To the submenu, if any, associated with the menu
 NEXT
 To the next menu item
 PREV
 To the previous menu item
 

Field Summary

static MenuDirectionType
CHILD
static MenuDirectionType
NEXT
static MenuDirectionType
PARENT
static MenuDirectionType
PREV

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

CHILD

public static final MenuDirectionType CHILD


NEXT

public static final MenuDirectionType NEXT


PARENT

public static final MenuDirectionType PARENT


PREV

public static final MenuDirectionType PREV

Method Details

and

public MenuDirectionType and(MenuDirectionType other)


intern

public static MenuDirectionType intern(int value)


or

public MenuDirectionType or(MenuDirectionType other)


test

public boolean test(MenuDirectionType other)


xor

public MenuDirectionType xor(MenuDirectionType other)