popvermenu: Clarify css node docs

We add the .menu css class to the popover main node, not its contents
node.
This commit is contained in:
Timm Bäder 2020-02-18 11:03:37 +01:00
parent 2ad6c045b4
commit a1bc3ae2c8

View File

@ -64,8 +64,8 @@
*
* #GtkPopoverMenu is just a subclass of #GtkPopover that adds
* custom content to it, therefore it has the same CSS nodes.
* It is one of the cases that add a .menu style class to the
* popover's contents node.
* It is one of the cases that add a .menu style class to
* the popover's main node.
*/
typedef struct _GtkPopoverMenuClass GtkPopoverMenuClass;