mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 15:14:17 +00:00
Merge branch 'patch-5' into 'master'
gtk/enums: remove GtkMenuDirectionType Closes #3336 See merge request GNOME/gtk!2795
This commit is contained in:
commit
8ec01772be
@ -244,23 +244,6 @@ typedef enum
|
|||||||
GTK_JUSTIFY_FILL
|
GTK_JUSTIFY_FILL
|
||||||
} GtkJustification;
|
} GtkJustification;
|
||||||
|
|
||||||
/**
|
|
||||||
* GtkMenuDirectionType:
|
|
||||||
* @GTK_MENU_DIR_PARENT: To the parent menu shell
|
|
||||||
* @GTK_MENU_DIR_CHILD: To the submenu, if any, associated with the item
|
|
||||||
* @GTK_MENU_DIR_NEXT: To the next menu item
|
|
||||||
* @GTK_MENU_DIR_PREV: To the previous menu item
|
|
||||||
*
|
|
||||||
* An enumeration representing directional movements within a menu.
|
|
||||||
*/
|
|
||||||
typedef enum
|
|
||||||
{
|
|
||||||
GTK_MENU_DIR_PARENT,
|
|
||||||
GTK_MENU_DIR_CHILD,
|
|
||||||
GTK_MENU_DIR_NEXT,
|
|
||||||
GTK_MENU_DIR_PREV
|
|
||||||
} GtkMenuDirectionType;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkMessageType:
|
* GtkMessageType:
|
||||||
* @GTK_MESSAGE_INFO: Informational message
|
* @GTK_MESSAGE_INFO: Informational message
|
||||||
|
Loading…
Reference in New Issue
Block a user