docs: Fix property cross-links in GtkTreeExpander

This commit is contained in:
Emmanuele Bassi 2022-11-29 13:49:35 +00:00
parent d2158e825b
commit 9bce5f0462

View File

@ -52,14 +52,16 @@
* [method@Gtk.TreeExpander.set_child] sets the widget that displays * [method@Gtk.TreeExpander.set_child] sets the widget that displays
* the actual row contents. * the actual row contents.
* *
* `GtkTreeExpander` can be modified with properties such as [property@Gtk.indent-for-icon], * `GtkTreeExpander` can be modified with properties such as
* [property@Gtk.indent-for-depth], and [property@Gtk.hide-expander] to achieve a * [property@Gtk.TreeExpander:indent-for-icon],
* different appearance. This can even be done to influence individual rows, for example * [property@Gtk.TreeExpander:indent-for-depth], and
* by binding the [property@Gtk.hide-expander] property to the treelistrow's model's * [property@Gtk.TreeExpander:hide-expander] to achieve a different appearance.
* item count to hide the expander for rows without children, even if the row is * This can even be done to influence individual rows, for example by binding
* expandable. * the [property@Gtk.TreeExpander:hide-expander] property to the item count of
* the model of the treelistrow, to hide the expander for rows without children,
* even if the row is expandable.
* *
* # CSS nodes * ## CSS nodes
* *
* ``` * ```
* treeexpander * treeexpander
@ -75,7 +77,7 @@
* *
* For every level of depth, another "indent" node is prepended. * For every level of depth, another "indent" node is prepended.
* *
* # Accessibility * ## Accessibility
* *
* `GtkTreeExpander` uses the %GTK_ACCESSIBLE_ROLE_GROUP role. The expander icon * `GtkTreeExpander` uses the %GTK_ACCESSIBLE_ROLE_GROUP role. The expander icon
* is represented as a %GTK_ACCESSIBLE_ROLE_BUTTON, labelled by the expander's * is represented as a %GTK_ACCESSIBLE_ROLE_BUTTON, labelled by the expander's