summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-02-19 17:17:58 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-02-19 17:19:08 +0000
commitb953710fd714265a3459e869bf2377338103b294 (patch)
tree0a1fcda607e4d8c1ce98f14cff3d5b246df94c74
parent5a6e6689ec9c3158832848f951b259cd1eeaa777 (diff)
downloadgtk+-b953710fd714265a3459e869bf2377338103b294.tar.gz
Frame: Explain the .flat style class
-rw-r--r--gtk/gtkframe.c4
1 files 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 @@
* ╰── <child>
* ]|
*
- * 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