docs: Put selection models into a section

This makes the documentation structure a bit clearer.
This commit is contained in:
Matthias Clasen 2020-06-06 13:19:07 -04:00
parent 61ccf4e719
commit 856c8950ff

View File

@ -68,10 +68,12 @@
<xi:include href="xml/gtkmultisorter.xml" />
</section>
<xi:include href="xml/gtkselectionmodel.xml" />
<xi:include href="xml/gtknoselection.xml" />
<xi:include href="xml/gtksingleselection.xml" />
<xi:include href="xml/gtkmultiselection.xml" />
<section>
<xi:include href="xml/gtknoselection.xml" />
<xi:include href="xml/gtksingleselection.xml" />
<xi:include href="xml/gtkmultiselection.xml" />
<xi:include href="xml/gtkpropertyselection.xml" />
</section>
<xi:include href="xml/gtkdirectorylist.xml" />
</chapter>