summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-11-07 19:10:49 +0100
committerBenjamin Otte <otte@redhat.com>2016-11-15 17:48:45 +0100
commit93cbba6c3e034227440edeeae2b0dd75c3be6851 (patch)
tree0ecf3febeefd3636fd7db7b9594f09240c043358 /gtk/gtk.h
parentf90dcb33f9730c3bdb9c797a39f15d6930ef3695 (diff)
downloadgtk+-93cbba6c3e034227440edeeae2b0dd75c3be6851.tar.gz
gtk: Add gtk_widget_snapshot()
It's functionally equivalent to gtk_widget_get_render_node() but uses a GtkSnapshot argument to carry the state.
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 a3f903dfdb..8d13dfd66c 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -193,6 +193,7 @@
#include <gtk/gtkshortcutsshortcut.h>
#include <gtk/gtkshortcutswindow.h>
#include <gtk/gtkshow.h>
+#include <gtk/gtksnapshot.h>
#include <gtk/gtkstacksidebar.h>
#include <gtk/gtksizegroup.h>
#include <gtk/gtksizerequest.h>