Prevent subclassing of gestures

For now, at least. We do this by hiding the instance and
class structures in private headers.
This commit is contained in:
Matthias Clasen
2014-05-05 22:40:18 -04:00
committed by Carlos Garnacho
parent 93b7883372
commit 42df9eda2d
31 changed files with 446 additions and 195 deletions

View File

@ -36,7 +36,8 @@
*/
#include "config.h"
#include <gtk/gtkgestureswipe.h>
#include "gtkgestureswipe.h"
#include "gtkgestureswipeprivate.h"
#include "gtkmarshalers.h"
#define CAPTURE_THRESHOLD_MS 150