fontbutton: Correct the css docs

Mention the wrapper fontbutton node.
This commit is contained in:
Matthias Clasen
2020-12-23 08:57:04 -05:00
parent b0b793dd94
commit 4f0c920a8e

View File

@@ -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;