[gtk/ebassi/gidocgen: 304/478] scale: Use markdown for css tree
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 304/478] scale: Use markdown for css tree
- Date: Fri, 5 Mar 2021 23:02:39 +0000 (UTC)
commit 96c1bd8fc9d47672e40b1f0b4322354574fd5732
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 20:04:56 2021 -0500
scale: Use markdown for css tree
gtk/gtkscale.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c
index a05ccccad1..cd8c41b382 100644
--- a/gtk/gtkscale.c
+++ b/gtk/gtkscale.c
@@ -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.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]