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

@ -31,7 +31,8 @@
* gtk_gesture_drag_get_start_point().
*/
#include "config.h"
#include <gtk/gtkgesturedrag.h>
#include "gtkgesturedrag.h"
#include "gtkgesturedragprivate.h"
typedef struct _GtkGestureDragPrivate GtkGestureDragPrivate;
typedef struct _EventData EventData;