diff options
-rw-r--r-- | gtk/gtkmenubutton.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index d37ee47fc1..29a320aff3 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -104,8 +104,14 @@ * * # CSS nodes * - * GtkMenuButton has a single CSS node with name button. To differentiate - * it from a plain #GtkButton, it gets the .popup style class. + * |[<!-- language="plain" --> + * menubutton + * ╰── button.toggle + * ╰── [content] + *]| + * + * GtkMenuButton has a single CSS node with name menubutton + * which contains a toggle button node. * * # Accessibility * |