diff options
author | Benjamin Otte <otte@redhat.com> | 2018-06-12 03:56:21 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-09-16 18:50:17 +0200 |
commit | 573c63973abb30d99fc953037f8b303f5b4f3387 (patch) | |
tree | fc14bc2dc5c2e1172e8076a66bc49534d678c392 /gtk/gtk.h | |
parent | d7a5dcba0b06a51781b4c7207f47f2155646dbc0 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |