summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-12-16 10:55:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-12-16 10:58:47 -0500
commit2f544655f99361ebe1fee30f5c10ce3212461fea (patch)
treee0d9024b5caa33bf4664cac09b39fa61072afe2e /gtk/gtkradiobutton.c
parentfe9301ac1bf272b43ec81dcf7693151d393f5db2 (diff)
downloadgtk+-2f544655f99361ebe1fee30f5c10ce3212461fea.tar.gz
Revise CSS node documentation
Clarify the use of brackets in the CSS node diagrams: [] means optional nodes or classes, <> means child widgets.
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index 53191a48cf..59ca75cf91 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -76,7 +76,8 @@
*
* |[<!-- language="plain" -->
* radiobutton
- * ╰── radio
+ * ├── radio
+ * ╰── <child>
* ]|
*
* A GtkRadioButton with indicator (see gtk_toggle_button_set_mode()) has a
@@ -84,7 +85,8 @@
*
* |[<!-- language="plain" -->
* button.radio
- * ╰── [radio]
+ * ├── radio
+ * ╰── <child>
* ]|
*
* A GtkRadioButton without indicator changes the name of its main node