org.gnu.gtk
public class MenuDirectionType extends Enum
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 |
Method Summary | |
---|---|
MenuDirectionType | and(MenuDirectionType other) |
static MenuDirectionType | intern(int value) |
MenuDirectionType | or(MenuDirectionType other) |
boolean | test(MenuDirectionType other) |
MenuDirectionType | xor(MenuDirectionType other) |