forked from AuroraMiddleware/gtk
Fix documentation syntax
Properties use : in their link syntax.
This commit is contained in:
parent
94b0907534
commit
ab6a5be0f8
@ -73,7 +73,7 @@
|
||||
* ```
|
||||
*
|
||||
* `GtkGridView` uses a single CSS node with name `gridview`. Each child uses
|
||||
* a single CSS node with name `child`. If the [property@Gtk.ListItem.activatable]
|
||||
* a single CSS node with name `child`. If the [property@Gtk.ListItem:activatable]
|
||||
* property is set, the corresponding row will have the `.activatable` style
|
||||
* class. For rubberband selection, a subnode with name `rubberband` is used.
|
||||
*
|
||||
|
@ -128,7 +128,7 @@
|
||||
* `GtkListView` uses a single CSS node named `listview`. It may carry the
|
||||
* `.separators` style class, when [property@Gtk.ListView:show-separators]
|
||||
* property is set. Each child widget uses a single CSS node named `row`.
|
||||
* If the [property@Gtk.ListItem.activatable] property is set, the
|
||||
* If the [property@Gtk.ListItem:activatable] property is set, the
|
||||
* corresponding row will have the `.activatable` style class. For
|
||||
* rubberband selection, a node with name `rubberband` is used.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user