[gtk: 1/2] gtk/enums: remove GtkMenuDirectionType




commit c3cb8e0a79110a72bab88a4a09d60304fb8d83f8
Author: David Lechner <david lechnology com>
Date:   Sat Nov 7 21:39:34 2020 +0000

    gtk/enums: remove GtkMenuDirectionType
    
    This was used by GtkMenu and can safely be removed.
    
    Closes #3336

 gtk/gtkenums.h | 17 -----------------
 1 file changed, 17 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 96989351cd..66b0de06bb 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -244,23 +244,6 @@ typedef enum
   GTK_JUSTIFY_FILL
 } 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:
  * @GTK_MESSAGE_INFO: Informational message


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]