diff options
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r-- | gtk/gtkfontbutton.c | 9 |
1 files changed, 8 insertions, 1 deletions
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. + * |[<!-- language="plain" --> + * 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; |