summaryrefslogtreecommitdiff
path: root/gtk/gtk-autocleanups.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-15 00:09:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-10-15 00:16:25 -0400
commitc7bf33a3de13788c00431abb5ab0c801504ea921 (patch)
treeb4f3315d35566fe8b90d19c62266144a5edf082c /gtk/gtk-autocleanups.h
parent6d562b61766bc6fd99df2439a4acddafa5f2b406 (diff)
downloadgtk+-c7bf33a3de13788c00431abb5ab0c801504ea921.tar.gz
columnview: Set accessible roles
Use the TREE_GRID, ROW, COLUMN_HEADER and GRID_CELL roles for the various widgets involved in a GtkColumnView. To enable this, we subclass GtkListView for the internal list in the column view.
Diffstat (limited to 'gtk/gtk-autocleanups.h')
-rw-r--r--gtk/gtk-autocleanups.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtk-autocleanups.h b/gtk/gtk-autocleanups.h
index 77c6cd5a56..127a63c4a8 100644
--- a/gtk/gtk-autocleanups.h
+++ b/gtk/gtk-autocleanups.h
@@ -102,7 +102,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkInfoBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLevelBar, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLinkButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListStore, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkListView, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkLockButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMenuButton, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GtkMessageDialog, g_object_unref)