summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-11-02 06:15:38 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:26:46 -0400
commit9927d9bda288080ff4da1e2f6c1c02dd8d5f4f68 (patch)
tree5c4ad98bc6a7e795b19e659534212c97f58613c8 /docs
parent34c6ef53324e17bb6b52d8afcfd90a8b0ff438db (diff)
downloadgtk+-9927d9bda288080ff4da1e2f6c1c02dd8d5f4f68.tar.gz
columnview: Add GtkColumnViewCell
It's a GtkListItemWidget subclass that tracks the column it belongs to and allows the column to track it. We also use this subclass to implement sizing support so columns share the same size and get resized in sync.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build
index dcc887b87a..e002c3feda 100644
--- a/docs/reference/gtk/meson.build
+++ b/docs/reference/gtk/meson.build
@@ -25,6 +25,7 @@ private_headers = [
'gtkcolorscaleprivate.h',
'gtkcolorswatchprivate.h',
'gtkcolumnlistitemfactoryprivate.h',
+ 'gtkcolumnviewcellprivate.h',
'gtkcolumnviewcolumnprivate.h',
'gtkcolumnviewprivate.h',
'gtkcomboboxprivate.h',