Enumeration

GtkMenuDirectionType

Declaration

enum Gtk.MenuDirectionType

Description [src]

An enumeration representing directional movements within a menu.

Members

GTK_MENU_DIR_PARENT

To the parent menu shell.

  • Value: 0
  • Available since: 3.0
GTK_MENU_DIR_CHILD

To the submenu, if any, associated with the item.

  • Value: 1
  • Available since: 3.0
GTK_MENU_DIR_NEXT

To the next menu item.

  • Value: 2
  • Available since: 3.0
GTK_MENU_DIR_PREV

To the previous menu item.

  • Value: 3
  • Available since: 3.0