From 25e01a3937c2e67cf40be2c50aae6d4edac5abc3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Nov 2015 21:40:40 -0500 Subject: [PATCH] menu: Document CSS nodes --- gtk/gtkmenu.c | 6 ++++++ 1 file changed, 6 insertions(+) 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"