diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index 0409b54097..ac516f0f45 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -82,6 +82,12 @@ * return FALSE; * } * ]| + * + * # CSS nodes + * + * The main CSS node of GtkMenu has name menu, and there are two subnodes + * with name arrow, for scrolling menu arrows. These subnodes get the + * .top and .bottom style classes. */ #include "config.h"