diff options
author | Benjamin Otte <otte@redhat.com> | 2019-10-28 01:18:14 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 19:26:46 -0400 |
commit | 0e1632d002f0ab3005cf65d848575a3484a5d486 (patch) | |
tree | 4ef551733b975c7b6e24ce4bd0bec62a27da5c43 /gtk/gtk.h | |
parent | f4eb026c86f67f215772ab52bdbc53b7e08d7569 (diff) | |
download | gtk+-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |