diff options
author | Benjamin Otte <otte@redhat.com> | 2018-06-12 03:56:21 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-09-16 18:50:17 +0200 |
commit | 573c63973abb30d99fc953037f8b303f5b4f3387 (patch) | |
tree | fc14bc2dc5c2e1172e8076a66bc49534d678c392 /docs | |
parent | d7a5dcba0b06a51781b4c7207f47f2155646dbc0 (diff) | |
download | gtk+-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.xml | 5 |
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" /> |