[gtk/ebassi/gidocgen: 318/481] docs: Remove anchors from list overview
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 318/481] docs: Remove anchors from list overview
- Date: Sun, 7 Mar 2021 23:55:12 +0000 (UTC)
commit 2ba21418b1b0c640d75656fabafbb0923bd65fe6
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 28 12:52:03 2021 -0500
docs: Remove anchors from list overview
Our markdown doesn't support this.
docs/reference/gtk/section-list-widget.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gtk/section-list-widget.md b/docs/reference/gtk/section-list-widget.md
index 0c24ff7c15..ae831c3eaf 100644
--- a/docs/reference/gtk/section-list-widget.md
+++ b/docs/reference/gtk/section-list-widget.md
@@ -124,7 +124,7 @@ the number of listitems they create such as with gtk_grid_view_set_max_columns()
and developers running into performance problems should definitely study the
tradeoffs of those and experiment with them.
-## Choosing the right model {#model-choosing}
+## Choosing the right model
GTK offers a wide variety of wrapping models which change or supplement an
existing model (or models) in some way. But when it comes to storing your
@@ -150,7 +150,7 @@ For asymptotic performance comparisons between tree- and array-based
implementations, see this
[article](https://en.wikipedia.org/wiki/Dynamic_array#Performance).
-## Displaying trees {#displaying-trees}
+## Displaying trees
While #GtkTreeView provided built-in support for trees, the list widgets, and
in particular #GListModel do not. This was a design choice because the common
@@ -166,7 +166,7 @@ rows and provide a similar experience to #GtkTreeView.
Developers should refer to those objects' API reference for more discussion
on the topic.
-## List styles {#list-styles}
+## List styles
One of the advantages of the new list widgets over #GtkTreeViews and cell
renderers is that they are fully themable using GTK CSS. This provides a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]