diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-11-03 14:24:25 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-03 14:27:35 -0500 |
commit | 8e5c7ac028a221800069f325da2c1b0ba95304a0 (patch) | |
tree | c655b56e8e987e360f0bba1378c51ca596fae326 /gtk/gtkradiomenuitem.c | |
parent | c389511b8600d2b18f62a776829f596254bf8285 (diff) | |
download | gtk+-8e5c7ac028a221800069f325da2c1b0ba95304a0.tar.gz |
menu: Add diagrams to CSS documentation
Diffstat (limited to 'gtk/gtkradiomenuitem.c')
-rw-r--r-- | gtk/gtkradiomenuitem.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkradiomenuitem.c b/gtk/gtkradiomenuitem.c index 9438ed8fbd..919b8473f8 100644 --- a/gtk/gtkradiomenuitem.c +++ b/gtk/gtkradiomenuitem.c @@ -64,6 +64,12 @@ * * # CSS nodes * + * |[<!-- language="plain" --> + * menuitem + * ├── ... + * ╰── radio + * ]| + * * GtkRadioMenuItem has a main CSS node with name menuitem, and a subnode * with name radio, which gets the .left or .right style class. */ |