summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-03-24 13:19:53 +0100
committerCarlos Garnacho <carlosg@gnome.org>2014-05-23 19:54:23 +0200
commit026b5014e89b7637d0f9cb4e15858ca86e41925c (patch)
tree18d4e34881af0832234bb579bcaf855616c4ca79 /gtk/gtkenums.h
parented5d73b49a7569b88f6c2ca89f441e9c766fd2cf (diff)
downloadgtk+-026b5014e89b7637d0f9cb4e15858ca86e41925c.tar.gz
Add: GTK_PHASE_NONE value to GtkCapturePhase.
Gestures attached with this phase will expect callers to have it receive events through gtk_event_controller_handle_event(), but the gesture will still be notified of sequence state changes, grabs, etc...
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 3bc1716b56..1653746912 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -1051,6 +1051,7 @@ typedef enum
typedef enum
{
+ GTK_PHASE_NONE,
GTK_PHASE_CAPTURE,
GTK_PHASE_BUBBLE
} GtkPropagationPhase;