summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-01-05 22:22:06 -0500
committerRyan Lortie <desrt@desrt.ca>2012-01-09 15:02:06 +0100
commit88ec007b9858132720cc602ac1a63396f66116bc (patch)
tree0f82ee7e7fc2d40f80835def27050abc55d5fbc6 /gtk/gtk.h
parenta3629592d303b4eea920b25746a13d194f08335c (diff)
downloadgtk+-88ec007b9858132720cc602ac1a63396f66116bc.tar.gz
Add new GtkActionable interface
This is the interface for GtkWidgets that can be associated with an action on a GtkAppicationWindow or associated GtkApplication. It essentially features 'action-name' and 'action-target' properties with some associated convenience API. This interface is implemented by GtkButton and GtkToolButton. https://bugzilla.gnome.org/show_bug.cgi?id=667394
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 0668636fc0..88823e2381 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -36,6 +36,7 @@
#include <gtk/gtkaccelmap.h>
#include <gtk/gtkaccessible.h>
#include <gtk/gtkaction.h>
+#include <gtk/gtkactionable.h>
#include <gtk/gtkactiongroup.h>
#include <gtk/gtkactivatable.h>
#include <gtk/gtkadjustment.h>