diff options
author | Benjamin Otte <otte@redhat.com> | 2018-06-09 22:48:06 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-06-10 02:23:02 +0200 |
commit | 6546ef345986c10857e41b3c7129e0b24985da66 (patch) | |
tree | a114f93b09388b252c2c4a06ab34ff6187fc6a6e /gtk/gtk.h | |
parent | 9d48a95d9a0a2087131ea28c5c4d2af60b3ac1b0 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |