diff options
author | Benjamin Otte <otte@redhat.com> | 2016-11-07 19:10:49 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-11-15 17:48:45 +0100 |
commit | 93cbba6c3e034227440edeeae2b0dd75c3be6851 (patch) | |
tree | 0ecf3febeefd3636fd7db7b9594f09240c043358 /gtk/gtk.h | |
parent | f90dcb33f9730c3bdb9c797a39f15d6930ef3695 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |