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;