summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-06-12 03:56:21 +0200
committerBenjamin Otte <otte@redhat.com>2018-09-16 18:50:17 +0200
commit573c63973abb30d99fc953037f8b303f5b4f3387 (patch)
treefc14bc2dc5c2e1172e8076a66bc49534d678c392 /gtk/gtk.h
parentd7a5dcba0b06a51781b4c7207f47f2155646dbc0 (diff)
downloadgtk+-573c63973abb30d99fc953037f8b303f5b4f3387.tar.gz
gtk: Add GtkTreeListModel
This is a GListModel implementation with a neat API that can be used to implement trees inside GtkListBox.
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 ec151e5b87..6363fe8210 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -220,6 +220,7 @@
#include <gtk/gtktooltip.h>
#include <gtk/gtktestutils.h>
#include <gtk/gtktreednd.h>
+#include <gtk/gtktreelistmodel.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtktreemodelsort.h>