GtkMenuDirectionType
An enumeration representing directional movements within a menu.
Value | Symbolic name | Description |
| Â Â 0 | Gtk::MENU_DIR_PARENT | To the parent menu shell. |
| Â Â 1 | Gtk::MENU_DIR_CHILD | To the submenu, if any, associated with the item. |
| Â Â 2 | Gtk::MENU_DIR_NEXT | To the next menu item. |
| Â Â 3 | Gtk::MENU_DIR_PREV | To the previous menu item. |