summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-06-12 03:56:21 +0200
committerBenjamin Otte <otte@redhat.com>2018-09-16 18:50:17 +0200
commit573c63973abb30d99fc953037f8b303f5b4f3387 (patch)
treefc14bc2dc5c2e1172e8076a66bc49534d678c392 /docs
parentd7a5dcba0b06a51781b4c7207f47f2155646dbc0 (diff)
downloadgtk+-573c63973abb30d99fc953037f8b303f5b4f3387.tar.gz
gtk: Add GtkTreeListModel
This is a GListModel implementation with a neat API that can be used to implement trees inside GtkListBox.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/gtk4-docs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-docs.xml b/docs/reference/gtk/gtk4-docs.xml
index 6ad9a1164f..2104d147ea 100644
--- a/docs/reference/gtk/gtk4-docs.xml
+++ b/docs/reference/gtk/gtk4-docs.xml
@@ -41,6 +41,11 @@
<xi:include href="visual_index.xml" />
</chapter>
+ <chapter id="Lists">
+ <title>GListModel support</title>
+ <xi:include href="xml/gtktreelistmodel.xml" />
+ </chapter>
+
<chapter id="Application">
<title>Application support</title>
<xi:include href="xml/gtkapplication.xml" />