forked from AuroraMiddleware/gtk
Merge branch 'patch-6' into 'master'
gtk/enums: remove GtkPopoverConstraint See merge request GNOME/gtk!2796
This commit is contained in:
commit
b9adad304e
@ -971,23 +971,6 @@ typedef enum
|
|||||||
GTK_SHORTCUT_SCOPE_GLOBAL
|
GTK_SHORTCUT_SCOPE_GLOBAL
|
||||||
} GtkShortcutScope;
|
} 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 {
|
typedef enum {
|
||||||
GTK_PLACES_OPEN_NORMAL = 1 << 0,
|
GTK_PLACES_OPEN_NORMAL = 1 << 0,
|
||||||
GTK_PLACES_OPEN_NEW_TAB = 1 << 1,
|
GTK_PLACES_OPEN_NEW_TAB = 1 << 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user