summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-06-09 22:48:06 +0200
committerBenjamin Otte <otte@redhat.com>2018-06-10 02:23:02 +0200
commit6546ef345986c10857e41b3c7129e0b24985da66 (patch)
treea114f93b09388b252c2c4a06ab34ff6187fc6a6e /gtk/gtk.h
parent9d48a95d9a0a2087131ea28c5c4d2af60b3ac1b0 (diff)
downloadgtk+-6546ef345986c10857e41b3c7129e0b24985da66.tar.gz
picture: Introduce
This commit introduces GtkPicture, which is supposed to complement GtkImage. GtkImage will be adapted to always display an icon, while GtkPicture displays regular imagery.
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 107abd78e4..ec151e5b87 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -159,6 +159,7 @@
#include <gtk/gtkpagesetup.h>
#include <gtk/gtkpapersize.h>
#include <gtk/gtkpaned.h>
+#include <gtk/gtkpicture.h>
#include <gtk/gtkpopover.h>
#include <gtk/gtkpopovermenu.h>
#include <gtk/gtkprintcontext.h>