MenuDirectionType
Description:
[ CCode ( cprefix = "GTK_MENU_DIR_" , type_id = "gtk_menu_direction_type_get_type ()" ) ]
public enum MenuDirectionType
An enumeration representing directional movements within a menu.
Content:
Enum values:
- CHILD - To the submenu, if any,
associated with the item
- NEXT - To the next menu item
- PARENT - To the parent menu shell
- PREV - To the previous menu item