mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
menu: Move enum into only source file using it
This commit is contained in:
parent
5473d13470
commit
0cd2946676
@ -103,6 +103,13 @@
|
||||
* the .left or .right style class.
|
||||
*/
|
||||
|
||||
/* Directions for submenus */
|
||||
typedef enum
|
||||
{
|
||||
GTK_DIRECTION_LEFT,
|
||||
GTK_DIRECTION_RIGHT
|
||||
} GtkSubmenuDirection;
|
||||
|
||||
|
||||
enum {
|
||||
ACTIVATE,
|
||||
|
@ -31,14 +31,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* Directions for submenus */
|
||||
typedef enum
|
||||
{
|
||||
GTK_DIRECTION_LEFT,
|
||||
GTK_DIRECTION_RIGHT
|
||||
} GtkSubmenuDirection;
|
||||
|
||||
|
||||
struct _GtkMenuPrivate
|
||||
{
|
||||
GtkWidget *parent_menu_item;
|
||||
|
Loading…
Reference in New Issue
Block a user