mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove an unused enum
No use of GtkArrowPlacement anywhere.
This commit is contained in:
parent
0c7e567c32
commit
03964b5edb
@ -1775,7 +1775,6 @@ gtk_map_list_model_get_type
|
||||
<FILE>gtkmenu</FILE>
|
||||
<TITLE>GtkMenu</TITLE>
|
||||
GtkMenu
|
||||
GtkArrowPlacement
|
||||
gtk_menu_new
|
||||
gtk_menu_new_from_model
|
||||
gtk_menu_reorder_child
|
||||
|
@ -41,21 +41,6 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GtkMenu GtkMenu;
|
||||
|
||||
/**
|
||||
* GtkArrowPlacement:
|
||||
* @GTK_ARROWS_BOTH: Place one arrow on each end of the menu.
|
||||
* @GTK_ARROWS_START: Place both arrows at the top of the menu.
|
||||
* @GTK_ARROWS_END: Place both arrows at the bottom of the menu.
|
||||
*
|
||||
* Used to specify the placement of scroll arrows in scrolling menus.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
GTK_ARROWS_BOTH,
|
||||
GTK_ARROWS_START,
|
||||
GTK_ARROWS_END
|
||||
} GtkArrowPlacement;
|
||||
|
||||
/**
|
||||
* GtkMenuDetachFunc:
|
||||
* @attach_widget: the #GtkWidget that the menu is being detached from.
|
||||
|
Loading…
Reference in New Issue
Block a user