summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-10-28 01:18:14 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:26:46 -0400
commit0e1632d002f0ab3005cf65d848575a3484a5d486 (patch)
tree4ef551733b975c7b6e24ce4bd0bec62a27da5c43 /gtk/gtk.h
parentf4eb026c86f67f215772ab52bdbc53b7e08d7569 (diff)
downloadgtk+-0e1632d002f0ab3005cf65d848575a3484a5d486.tar.gz
Add GtkColumnView skeleton
It's just a copy/paste of the listview code with all the internals gutted. The code doesn't do anything.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index bd5bca5bcb..c1d98fb5f2 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -79,6 +79,8 @@
#include <gtk/gtkcolorchooserdialog.h>
#include <gtk/gtkcolorchooserwidget.h>
#include <gtk/gtkcolorutils.h>
+#include <gtk/gtkcolumnview.h>
+#include <gtk/gtkcolumnviewcolumn.h>
#include <gtk/gtkcombobox.h>
#include <gtk/gtkcomboboxtext.h>
#include <gtk/gtkconstraintlayout.h>