diff options
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r-- | gtk/gtkenums.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 658be5f338..8cb42cff20 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -973,25 +973,6 @@ typedef enum } GtkPanDirection; /** - * GtkShortcutScope: - * @GTK_SHORTCUT_SCOPE_LOCAL: Shortcuts are handled inside - * the widget the controller belongs to. - * @GTK_SHORTCUT_SCOPE_MANAGED: Shortcuts are handled by - * the first ancestor that is a #GtkShortcutManager - * @GTK_SHORTCUT_SCOPE_GLOBAL: Shortcuts are handled by - * the root widget. - * - * Describes where #GtkShortcuts added to a - * #GtkShortcutController get handled. - */ -typedef enum -{ - GTK_SHORTCUT_SCOPE_LOCAL, - GTK_SHORTCUT_SCOPE_MANAGED, - GTK_SHORTCUT_SCOPE_GLOBAL -} GtkShortcutScope; - -/** * GtkPopoverConstraint: * @GTK_POPOVER_CONSTRAINT_NONE: Don't constrain the popover position * beyond what is imposed by the implementation |