diff options
author | Benjamin Otte <otte@redhat.com> | 2018-09-21 05:05:34 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 19:26:45 -0400 |
commit | e1fa6271581b151e2900152499ecfae3feb2eae1 (patch) | |
tree | 22e8b227cbb6c907c2f550f3109762385c2568d9 /gtk/gtk.h | |
parent | 9d5bb875b124636d94d5fdd09cc4e665e1702528 (diff) | |
download | gtk+-e1fa6271581b151e2900152499ecfae3feb2eae1.tar.gz |
listview: Add GtkListItem
GtkListItem is a generic row widget that is supposed to replace
GtkListBoxRow and GtkFlowBoxChild.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ #include <gtk/gtklevelbar.h> #include <gtk/gtklinkbutton.h> #include <gtk/gtklistbox.h> +#include <gtk/gtklistitem.h> #include <gtk/gtkliststore.h> #include <gtk/gtklistview.h> #include <gtk/gtklockbutton.h> |