From b953710fd714265a3459e869bf2377338103b294 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 19 Feb 2017 17:17:58 +0000 Subject: Frame: Explain the .flat style class --- gtk/gtkframe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index 85f61f8003..3b3ba300d3 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -78,8 +78,8 @@ * ╰── * ]| * - * GtkFrame has a main CSS node with name frame. - * The style class .flat can appear with the main node. + * GtkFrame has a main CSS node with name frame. This node can be given the + * style class .flat, which disables drawing of the border. */ struct _GtkFramePrivate -- cgit v1.2.1