]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbuttonprivate.h
GtkBubbleWindow: rework how drawing is done
[~andy/gtk] / gtk / gtkbuttonprivate.h
index 8d7966ec32a33a257e9c9baed097b7452b968572..ea44b71266c7eb72ed0dbf09612237d2fd9195f2 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __GTK_BUTTON_PRIVATE_H__
 #define __GTK_BUTTON_PRIVATE_H__
 
-#include "gsimpleactionobserver.h"
+#include "gtkactionhelper.h"
 #include "gtkaction.h"
 
 G_BEGIN_DECLS
@@ -29,10 +29,7 @@ struct _GtkButtonPrivate
 {
   GtkAction             *action;
   GtkWidget             *image;
-
-  gchar                 *action_name;
-  GVariant              *action_target;
-  GSimpleActionObserver *action_observer;
+  GtkActionHelper       *action_helper;
 
   GdkDevice             *grab_keyboard;
   GdkWindow             *event_window;