docs: Add a cross-reference
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Oct 2022 02:25:35 +0000 (22:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Oct 2022 02:26:40 +0000 (22:26 -0400)
Note that GtkTreeView is deprecated and link to the
list view introduction from 'Tree and List Widget Overview'.

docs/reference/gtk/section-tree-widget.md

index 2fcf467ba1a78cc9916f717a782bde3b02603295..17d3b51482b1f9377a2d82fe14ba1f4122831123 100644 (file)
@@ -1,6 +1,13 @@
 Title: Tree and List Widget Overview
 Slug: gtk-treeview
 
+This document describes the `GtkTreeView` widget and auxiliary
+classes, like tree models and cell renderers. All of these have
+been deprecated and will be removed in GTK 5. Their replacements
+are described in the [List Widget Overview](section-list-widget.html).
+
+## Introduction
+
 To create a tree or list in GTK, use the `GtkTreeModel` interface in
 conjunction with the `GtkTreeView` widget. This widget is designed around
 a _Model/View/Controller_ design and consists of four major parts: