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:
committed by
Carlos Garnacho
parent
93b7883372
commit
42df9eda2d
@ -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
|
||||
|
||||
Reference in New Issue
Block a user