scale: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 20:04:56 -05:00 committed by Emmanuele Bassi
parent 495c3d9c44
commit 33f611a596

View File

@ -74,7 +74,7 @@
* *
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" --> * ```
* scale[.fine-tune][.marks-before][.marks-after] * scale[.fine-tune][.marks-before][.marks-after]
* [value][.top][.right][.bottom][.left] * [value][.top][.right][.bottom][.left]
* marks.top * marks.top
@ -93,7 +93,7 @@
* [fill] * [fill]
* [highlight] * [highlight]
* slider * slider
* ]| * ```
* *
* `GtkScale` has a main CSS node with name scale and a subnode for its contents, * `GtkScale` has a main CSS node with name scale and a subnode for its contents,
* with subnodes named trough and slider. * with subnodes named trough and slider.
@ -127,7 +127,7 @@
* *
* # Accessibility * # Accessibility
* *
* `GtkScale` uses the #GTK_ACCESSIBLE_ROLE_SLIDER role. * `GtkScale` uses the %GTK_ACCESSIBLE_ROLE_SLIDER role.
*/ */