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