diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-01-05 22:22:06 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 15:02:06 +0100 |
commit | 88ec007b9858132720cc602ac1a63396f66116bc (patch) | |
tree | 0f82ee7e7fc2d40f80835def27050abc55d5fbc6 /gtk/gtk.h | |
parent | a3629592d303b4eea920b25746a13d194f08335c (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |