diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2013-01-17 21:06:06 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2014-05-23 19:54:21 +0200 |
commit | 2495b518c1bf889e93cd90e53640117d8f7bc1fd (patch) | |
tree | 26e86c1d9b671c0bd6e78885f03f3ff57ba6f021 /gtk/gtk.h | |
parent | 8733e2a918c9ce244fb00bc28623436ec98c23ca (diff) | |
download | gtk+-2495b518c1bf889e93cd90e53640117d8f7bc1fd.tar.gz |
Add GtkGestureRotate
This gesture implementation recognizes rotations when fed with
events from two different GdkEventSequences
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ #include <gtk/gtkframe.h> #include <gtk/gtkgesture.h> #include <gtk/gtkgesturelongpress.h> +#include <gtk/gtkgesturerotate.h> #include <gtk/gtkgestureswipe.h> #include <gtk/gtkgrid.h> #include <gtk/gtkheaderbar.h> |