button: Convert to gadgets

This commit is contained in:
Matthias Clasen
2015-12-03 21:56:25 -05:00
parent a81267c28e
commit 37e9d92632
2 changed files with 133 additions and 213 deletions

View File

@ -22,6 +22,7 @@
#include "gtkactionhelper.h"
#include "gtkgesturesingle.h"
#include "deprecated/gtkaction.h"
#include "gtkcssgadgetprivate.h"
G_BEGIN_DECLS
@ -31,6 +32,7 @@ struct _GtkButtonPrivate
GtkAction *action;
GtkWidget *image;
GtkActionHelper *action_helper;
GtkCssGadget *gadget;
GdkDevice *grab_keyboard;
GdkWindow *event_window;