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-06-12 03:56:21 +0200
commit3b4f3520c96d7a39d4b6a4ca6d4e1a324dfde713 (patch)
tree26b8355ef0c93a0bf076d6631948bf3d3f8ab6fb /gtk/gtk.h
parent9aba2c435fc593e0313888215e2b49332ed55b8b (diff)
downloadgtk+-wip/otte/tree.tar.gz
gtk: Add GtkTreeListwip/otte/tree
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..25c2c60f67 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/gtktreelist.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtktreemodelsort.h>