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




commit 4084b4c6c6f35acdf91f2e15b2f4887c4f3ecd83
Author: David Lechner <david lechnology com>
Date:   Sat Nov 7 21:47:32 2020 +0000

    gtk/enums: remove GtkPopoverConstraint
    
    GtkPopoverConstraint is no longer used anywhere and can be removed.

 gtk/gtkenums.h | 17 -----------------
 1 file changed, 17 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 96989351cd..03844477b1 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -988,23 +988,6 @@ typedef enum
   GTK_SHORTCUT_SCOPE_GLOBAL
 } GtkShortcutScope;
 
-/**
- * GtkPopoverConstraint:
- * @GTK_POPOVER_CONSTRAINT_NONE: Don't constrain the popover position
- *   beyond what is imposed by the implementation
- * @GTK_POPOVER_CONSTRAINT_WINDOW: Constrain the popover to the boundaries
- *   of the window that it is attached to
- *
- * Describes constraints to positioning of popovers. More values
- * may be added to this enumeration in the future.
- */
-typedef enum
-{
-  GTK_POPOVER_CONSTRAINT_NONE,
-  GTK_POPOVER_CONSTRAINT_WINDOW
-} GtkPopoverConstraint;
-
-
 typedef enum {
   GTK_PLACES_OPEN_NORMAL     = 1 << 0,
   GTK_PLACES_OPEN_NEW_TAB    = 1 << 1,


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