From 4f0c920a8e5f2ff17b3e8e41f241c13745e5ff6a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 23 Dec 2020 08:57:04 -0500 Subject: [PATCH] fontbutton: Correct the css docs Mention the wrapper fontbutton node. --- gtk/gtkfontbutton.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index dc842eb737..50f86feb54 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -59,7 +59,14 @@ * * # CSS nodes * - * GtkFontButton has a single CSS node with name fontbutton. + * |[ + * fontbutton + * ╰── button.font + * ╰── [content] + *]| + * + * GtkFontButton has a single CSS node with name fontbutton which + * contains a button node with the .font style class. */ typedef struct _GtkFontButtonClass GtkFontButtonClass;