diff options
author | Benjamin Otte <otte@redhat.com> | 2019-11-08 21:23:03 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 19:26:46 -0400 |
commit | efcb3a9d675378776052c8c24e625dbcabb625cd (patch) | |
tree | c247f1c5352ec780fa76547dbb3790a6b123a48b /gtk/meson.build | |
parent | 9f19699806879568b310b831e04db8dc35f21881 (diff) | |
download | gtk+-efcb3a9d675378776052c8c24e625dbcabb625cd.tar.gz |
columnview: Add header
This uses a custom GtkColumnViewTitle widget. So far that widget is
pretty boring, but that will change once we added
resizing, reordering, dnd, sorting, hiding/showing of columns or
whatever UIs we want.
Diffstat (limited to 'gtk/meson.build')
-rw-r--r-- | gtk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build index 565c23ad5b..642904b231 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -40,6 +40,7 @@ gtk_private_sources = files([ 'gtkcolumnlistitemfactory.c', 'gtkcolumnviewcell.c', 'gtkcolumnviewlayout.c', + 'gtkcolumnviewtitle.c', 'gtkconstraintexpression.c', 'gtkconstraintsolver.c', 'gtkconstraintvflparser.c', |